From dd62d6fa4a85f18a29de009a972f5599b19ec946 Mon Sep 17 00:00:00 2001 From: natanielruiz <nataniel777@hotmail.com> Date: 星期四, 14 九月 2017 00:51:53 +0800 Subject: [PATCH] Fixing hopenet --- code/utils.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/code/utils.py b/code/utils.py index 01710b2..5a18d7c 100644 --- a/code/utils.py +++ b/code/utils.py @@ -14,7 +14,7 @@ def get_pose_params_from_mat(mat_path): # This functions gets the pose parameters from the .mat - # Annotations that come with the 300W_LP dataset. + # Annotations that come with the Pose_300W_LP dataset. mat = sio.loadmat(mat_path) # [pitch yaw roll tdx tdy tdz scale_factor] pre_pose_params = mat['Pose_Para'][0] -- Gitblit v1.8.0