open-mmlab / mmhuman3d

OpenMMLab 3D Human Parametric Model Toolbox and Benchmark
https://mmhuman3d.readthedocs.io/
Apache License 2.0
1.25k stars 137 forks source link

error while running estimate_smpl.py #384

Open ypilseong opened 1 year ago

ypilseong commented 1 year ago

'python demo/estimate_smpl.py configs/pare/hrnet_w32_conv_pare_mix_cache.py data/checkpoints/hrnet_w32_conv_pare_mosh.pth --multi_person_demo --tracking_config demo/mmtracking_cfg/deepsort_faster-rcnn_fpn_4e_mot17-private-half.py --input_path demo/resources/videotest6.mp4 --show_path vis_results/videotest6_multiperson.mp4 --smooth_type savgol --speed_up_type deciwatch --draw_bbox ' I ran the command above, but only the result image is displayed, but the result data is not available. The following lines appear.

스크린샷 2023-10-24 오후 9 42 11

And I want to get 3d key points for mediapipes. Is there a way that you can get into json format?

Whiplash-18 commented 8 months ago

python demo/estimate_smpl.py configs/pare/hrnet_w32_conv_pare_mix_cache.py data/checkpoints/hrnet_w32_conv_pare_mosh.pth --multi_person_demo --tracking_config demo/mmtracking_cfg/deepsort_faster-rcnn_fpn_4e_mot17-private-half.py --input_path demo/resources/videotest6.mp4 --show_path vis_results/videotest6_multiperson.mp4 --smooth_type savgol --speed_up_type deciwatch --draw_bbox

hello, could I know your mmdet and mmtrack version