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
Thank you for your great work. In cal_metric.py, I have confusion about the 62 line, the code "motion_std_difference.append(gt_motion_std - pred_motion_std)". Why not add abs function like np.abs(gt_motion_std - pred_motion_std)? Can you always assure gt_motion_std is greater than pred_motion_std?
The text was updated successfully, but these errors were encountered:
Thank you for your great work. In cal_metric.py, I have confusion about the 62 line, the code "motion_std_difference.append(gt_motion_std - pred_motion_std)". Why not add abs function like np.abs(gt_motion_std - pred_motion_std)? Can you always assure gt_motion_std is greater than pred_motion_std?
The text was updated successfully, but these errors were encountered: