mmpose icon indicating copy to clipboard operation
mmpose copied to clipboard

Saving Inference Results on VoxelPose

Open YoussefFathi opened this issue 3 years ago • 1 comments
trafficstars

I have tried running the demo file for the multiview 3D keypoints detection using voxel pose, but could only see the predicted keypoints as visualizations on the images. Is there a way to extract the predicted keypoints themselves in raw JSON format for example?

YoussefFathi avatar Jun 25 '22 03:06 YoussefFathi

Hi! You can save the keypoints in .json file in the evaluation process. Add evaluation=dict(res_folder='path/to/save') in the cfg file and run test, the keypoints will be saved under 'path/to/save'.

wusize avatar Jun 27 '22 13:06 wusize

Hi, I have added evaluation=dict(res_folder='path/to/save') in the '\configs\body\3d_kpt_mview_rgb_img\voxelpose\panoptic\voxelpose_prn64x64x64_cpn80x80x20_panoptic_cam5.py', but it doesn't work. Is there an update?

fxyQAQ avatar Mar 18 '23 15:03 fxyQAQ