From 92ed4cb2ea68be44b1ff153e00410c2082ee62df Mon Sep 17 00:00:00 2001
From: natanielruiz <nataniel777@hotmail.com>
Date: 星期二, 15 八月 2017 00:28:28 +0800
Subject: [PATCH] New experiments with hourglass

---
 practice/smoothing_ypr.ipynb |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/practice/smoothing_ypr.ipynb b/practice/smoothing_ypr.ipynb
index 96dc33f..731b91f 100644
--- a/practice/smoothing_ypr.ipynb
+++ b/practice/smoothing_ypr.ipynb
@@ -2,7 +2,7 @@
  "cells": [
   {
    "cell_type": "code",
-   "execution_count": 197,
+   "execution_count": 1,
    "metadata": {
     "collapsed": false
    },
@@ -17,22 +17,22 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 198,
+   "execution_count": 2,
    "metadata": {
     "collapsed": false
    },
    "outputs": [],
    "source": [
-    "video_path = '../data/video/SGT036_2016_07_25_pivothead_AVI.avi'\n",
-    "bbox_path = '../data/video/annotations/SGT036_childface.txt'\n",
+    "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-SGT036_resnet50_lowlr_epoch_20.txt'\n",
-    "output_string = 'SGT036_resnet50_lowlr_epoch_20_smoothed'"
+    "annot_path = '../output/video/output-SWC016_resnet50_lowlr_epoch_20.txt'\n",
+    "output_string = 'SWC016_resnet50_lowlr_epoch_20_smoothed'"
    ]
   },
   {
    "cell_type": "code",
-   "execution_count": 199,
+   "execution_count": 3,
    "metadata": {
     "collapsed": false
    },
@@ -41,9 +41,9 @@
      "name": "stdout",
      "output_type": "stream",
      "text": [
-      "[ 4.170376  0.790443 -0.178368 ..., -3.437805  0.396835 -1.276176]\n",
-      "(8508,)\n",
-      "(53464,)\n"
+      "[ 4.870468 -2.072102 -6.589153 ..., -4.716797 -2.319111 -3.147715]\n",
+      "(8967,)\n",
+      "(63691,)\n"
      ]
     }
    ],
@@ -93,7 +93,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 200,
+   "execution_count": 4,
    "metadata": {
     "collapsed": false
    },
@@ -159,7 +159,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 201,
+   "execution_count": 5,
    "metadata": {
     "collapsed": false
    },

--
Gitblit v1.8.0