natanielruiz
2017-09-15 8e5d7dbfe49d194b7d0b616307663e9a88fbcd88
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))