Normalize/unNormalize Data
mmaGroupGitHub opened this issue · 1 comments
Could you explain and point to me in your code where you are perform normalization and unNormalization of the data.
If I just try to plot the 3D output the values are all less than 1 just trying to understand where you perform unNormalization and also what sort of preprocessing you apply to the two dimensional keypoints.
The 2D normalization:
Line 79 in e271582
The 3D unNormalization may be performed here:
video-to-pose3D/common/utils.py
Line 191 in e271582
The 3D Normalization in the function model_pos
:
video-to-pose3D/common/utils.py
Line 189 in e271582
I'm not sure what "Normalization" you said referred to. For more related information, you may search Normalization in the original videopose3D repo.
Sorry for the late response.