natanielruiz
2017-09-13 d285712b1c0a3e0785a4e5b17debdde650a7c26a
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
   },