From 8e5d7dbfe49d194b7d0b616307663e9a88fbcd88 Mon Sep 17 00:00:00 2001
From: natanielruiz <nataniel777@hotmail.com>
Date: 星期五, 15 九月 2017 06:04:49 +0800
Subject: [PATCH] Training AFLW

---
 code/datasets.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/code/datasets.py b/code/datasets.py
index 6ed209b..589da5c 100644
--- a/code/datasets.py
+++ b/code/datasets.py
@@ -174,7 +174,6 @@
         pitch = pose[1] * 180 / np.pi
         roll = pose[2] * 180 / np.pi
         # Something weird with the roll in AFLW
-        # if yaw < 0:
         roll *= -1
         # Bin values
         bins = np.array(range(-99, 102, 3))

--
Gitblit v1.8.0