From dd62d6fa4a85f18a29de009a972f5599b19ec946 Mon Sep 17 00:00:00 2001 From: natanielruiz <nataniel777@hotmail.com> Date: 星期四, 14 九月 2017 00:51:53 +0800 Subject: [PATCH] Fixing hopenet --- 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