Skip to content

Commit

Permalink
re-ran yolov2 dw2tf vs darkflow validation after fix for #30
Browse files Browse the repository at this point in the history
  • Loading branch information
sjain-stanford committed Jul 30, 2019
1 parent ac1f896 commit e99c732
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 34 deletions.
29 changes: 12 additions & 17 deletions docs/yolov2-tiny_dw2tf_validation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,13 @@
"metadata": {},
"outputs": [
{
"name": "stdout",
"name": "stderr",
"output_type": "stream",
"text": [
"INFO:tensorflow:Restoring parameters from /data/darkflow/yolov2-tiny.ckpt\n"
"WARNING: Logging before flag parsing goes to stderr.\n",
"W0730 11:43:31.104432 140471296845568 deprecation.py:323] From /scratch/anaconda3/envs/tf1.14/lib/python3.6/site-packages/tensorflow/python/training/saver.py:1276: checkpoint_exists (from tensorflow.python.training.checkpoint_management) is deprecated and will be removed in a future version.\n",
"Instructions for updating:\n",
"Use standard file APIs to check for files with this prefix.\n"
]
}
],
Expand Down Expand Up @@ -67,15 +70,7 @@
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"INFO:tensorflow:Restoring parameters from /data/DW2TF/data/yolov2-tiny.ckpt\n"
]
}
],
"outputs": [],
"source": [
"tf.reset_default_graph()\n",
"\n",
Expand Down Expand Up @@ -110,7 +105,7 @@
"text": [
"(64, 13, 13, 425)\n",
"(64, 13, 13, 425)\n",
"0.0\n"
"7.609460173061993e-14\n"
]
}
],
Expand All @@ -129,8 +124,8 @@
"name": "stdout",
"output_type": "stream",
"text": [
"[-54.208088 22.509918 3.4831426 6.245613 -61.15138 122.629616\n",
" 67.048996 84.28465 37.972435 -27.923262 ]\n"
"[ -42.268208 13.246095 8.282185 -11.273804 -104.089836 144.73775\n",
" 52.463158 150.64749 68.77003 16.30984 ]\n"
]
}
],
Expand All @@ -147,8 +142,8 @@
"name": "stdout",
"output_type": "stream",
"text": [
"[-54.208088 22.509918 3.4831426 6.245613 -61.15138 122.629616\n",
" 67.048996 84.28465 37.972435 -27.923262 ]\n"
"[ -42.268047 13.246207 8.28245 -11.273606 -104.08937 144.7373\n",
" 52.461124 150.6482 68.76962 16.310291]\n"
]
}
],
Expand Down Expand Up @@ -180,7 +175,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.7"
"version": "3.6.8"
}
},
"nbformat": 4,
Expand Down
29 changes: 12 additions & 17 deletions docs/yolov2_dw2tf_validation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,13 @@
"metadata": {},
"outputs": [
{
"name": "stdout",
"name": "stderr",
"output_type": "stream",
"text": [
"INFO:tensorflow:Restoring parameters from /data/darkflow/yolov2.ckpt\n"
"WARNING: Logging before flag parsing goes to stderr.\n",
"W0730 11:42:36.966557 140635950143232 deprecation.py:323] From /scratch/anaconda3/envs/tf1.14/lib/python3.6/site-packages/tensorflow/python/training/saver.py:1276: checkpoint_exists (from tensorflow.python.training.checkpoint_management) is deprecated and will be removed in a future version.\n",
"Instructions for updating:\n",
"Use standard file APIs to check for files with this prefix.\n"
]
}
],
Expand Down Expand Up @@ -67,15 +70,7 @@
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"INFO:tensorflow:Restoring parameters from /data/DW2TF/data/yolov2.ckpt\n"
]
}
],
"outputs": [],
"source": [
"tf.reset_default_graph()\n",
"\n",
Expand Down Expand Up @@ -110,7 +105,7 @@
"text": [
"(64, 19, 19, 425)\n",
"(64, 19, 19, 425)\n",
"0.0\n"
"5.125400967058772e-15\n"
]
}
],
Expand All @@ -129,8 +124,8 @@
"name": "stdout",
"output_type": "stream",
"text": [
"[ -4.044286 4.3981853 -4.290732 -1.7628956 -19.399569 16.678816\n",
" 17.136553 17.491247 1.3627763 -14.287616 ]\n"
"[ -4.4880652 5.9635143 -4.9752836 -2.7621126 -20.442324 14.926774\n",
" 18.849686 13.160991 3.2470438 -14.896617 ]\n"
]
}
],
Expand All @@ -147,8 +142,8 @@
"name": "stdout",
"output_type": "stream",
"text": [
"[ -4.044286 4.3981853 -4.290732 -1.7628956 -19.399569 16.678816\n",
" 17.136553 17.491247 1.3627763 -14.287616 ]\n"
"[ -4.4880676 5.963505 -4.9753103 -2.7621546 -20.442469 14.926693\n",
" 18.849705 13.1609535 3.2470534 -14.8967 ]\n"
]
}
],
Expand Down Expand Up @@ -180,7 +175,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.7"
"version": "3.6.8"
}
},
"nbformat": 4,
Expand Down

0 comments on commit e99c732

Please sign in to comment.