You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, excellent work! I have a question regarding data preprocessing that I find a bit confusing. When processing the Human3.6M dataset (as seen in the following code: link), the values are normalized to the range [-1, 1]. However, during the preprocessing for "infer-wild" (referenced here: link), the scale is determined by the smaller dimension of (height, width). This results in a range that can exceed 1.
I’m wondering if this discrepancy in scaling could have an impact on the results. Could you clarify this?
The text was updated successfully, but these errors were encountered:
Hello, excellent work! I have a question regarding data preprocessing that I find a bit confusing. When processing the Human3.6M dataset (as seen in the following code: link), the values are normalized to the range [-1, 1]. However, during the preprocessing for "infer-wild" (referenced here: link), the scale is determined by the smaller dimension of (height, width). This results in a range that can exceed 1.
I’m wondering if this discrepancy in scaling could have an impact on the results. Could you clarify this?
The text was updated successfully, but these errors were encountered: