Nataniel Ruiz
2018-02-28 34a9bfedcbb917dac813abaa0260172b8764ddf1
Fixed typo.
1个文件已修改
3 ■■■■ 已修改文件
code/datasets.py 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
code/datasets.py
@@ -184,7 +184,8 @@
        img = img.crop((int(x_min), int(y_min), int(x_max), int(y_max)))
        # We get the pose in radians
        pose = utils.get_ypr_fro    # Head pose from AFLW2000 datasetp.pi
        pose = utils.get_ypr_from_mat(mat_path)
        pitch = pose[0] * 180 / np.pi
        yaw = pose[1] * 180 / np.pi
        roll = pose[2] * 180 / np.pi