From 93855b2faf8b795d0058c217ee980d435f23227d Mon Sep 17 00:00:00 2001
From: natanielruiz <nataniel777@hotmail.com>
Date: 星期四, 14 九月 2017 08:54:14 +0800
Subject: [PATCH] Training on AFLW with different yaw loss multipliers

---
 practice/create_filtered_datasets.ipynb |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/practice/create_filtered_datasets.ipynb b/practice/create_filtered_datasets.ipynb
index e5bbf42..a6210e9 100644
--- a/practice/create_filtered_datasets.ipynb
+++ b/practice/create_filtered_datasets.ipynb
@@ -2,7 +2,7 @@
  "cells": [
   {
    "cell_type": "code",
-   "execution_count": 1,
+   "execution_count": 6,
    "metadata": {
     "collapsed": true
    },
@@ -96,7 +96,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 4,
+   "execution_count": 19,
    "metadata": {
     "collapsed": true
    },
@@ -108,7 +108,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 5,
+   "execution_count": 20,
    "metadata": {
     "collapsed": false
    },
@@ -117,7 +117,7 @@
      "name": "stdout",
      "output_type": "stream",
      "text": [
-      "243\n"
+      "289\n"
      ]
     }
    ],
@@ -136,7 +136,7 @@
     "    yaw = float(annot[1]) * 180 / np.pi\n",
     "    pitch = float(annot[2]) * 180 / np.pi\n",
     "    roll = float(annot[3]) * 180 / np.pi\n",
-    "    if abs(pitch) > 99 or abs(yaw) > 99 or abs(roll) > 99:\n",
+    "    if abs(pitch) > 98 or abs(yaw) > 98 or abs(roll) > 98:\n",
     "        counter += 1\n",
     "        continue\n",
     "    out.write(original_line)\n",

--
Gitblit v1.8.0