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
May I ask how to visualize the 3D pose like demo , and in results of mmWave Radar like "random_split_protocol1.npy" is that pose prediction result ? Which pretraned model should I load to reproduce this result ? Thanks
The text was updated successfully, but these errors were encountered:
Under model/mmWave/results, the .npy is only the MPJPE and PA-MPJPE metric result. To get the 3D key point, you may want to check aligned_data/pose_labels/subjectx.cpl. For example,
Under model/mmWave/results, the .npy is only the MPJPE and PA-MPJPE metric result. To get the 3D key point, you may want to check aligned_data/pose_labels/subjectx.cpl. For example,
You then should see all the radar estimated 3D kps results. To plot it, you can use any 3D scatter plot tools in python or matlab.
Thank you for your reply! But I'm still confused about how to get predicted 3D pose from radar point cloud input , I tried the eval.py and get the eval_result.pkl but there are only 'video-id', 't-start', 't-end', 'label', 'score' .
May I ask how to visualize the 3D pose like demo , and in results of mmWave Radar like "random_split_protocol1.npy" is that pose prediction result ? Which pretraned model should I load to reproduce this result ? Thanks
The text was updated successfully, but these errors were encountered: