From dfa3664a0f56445b023020a0ddb5eedc2780169a Mon Sep 17 00:00:00 2001
From: natanielruiz <nataniel777@hotmail.com>
Date: 星期三, 13 九月 2017 21:38:25 +0800
Subject: [PATCH] Center crop instead of random crop for testing.
---
practice/smoothing_ypr.ipynb | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/practice/smoothing_ypr.ipynb b/practice/smoothing_ypr.ipynb
index 731b91f..cd62e38 100644
--- a/practice/smoothing_ypr.ipynb
+++ b/practice/smoothing_ypr.ipynb
@@ -26,8 +26,8 @@
"video_path = '../data/video/SWC016_2016_04_08_pivothead_AVI.avi'\n",
"bbox_path = '../data/video/annotations/SWC016_childface.txt'\n",
"\n",
- "annot_path = '../output/video/output-SWC016_resnet50_lowlr_epoch_20.txt'\n",
- "output_string = 'SWC016_resnet50_lowlr_epoch_20_smoothed'"
+ "annot_path = '../output/video/output-SWC016_normal_1e-5_epoch_20.txt'\n",
+ "output_string = 'SWC016_normal_1e-5_epoch_20_smooth'"
]
},
{
@@ -41,8 +41,8 @@
"name": "stdout",
"output_type": "stream",
"text": [
- "[ 4.870468 -2.072102 -6.589153 ..., -4.716797 -2.319111 -3.147715]\n",
- "(8967,)\n",
+ "[ -1.15884 -14.885593 -16.727406 ..., -57.590378 -56.963156 -58.641377]\n",
+ "(9322,)\n",
"(63691,)\n"
]
}
@@ -159,7 +159,7 @@
},
{
"cell_type": "code",
- "execution_count": 5,
+ "execution_count": 7,
"metadata": {
"collapsed": false
},
--
Gitblit v1.8.0