open-mmlab / mmhuman3d

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

AssertionError: Please install mmtrack to run the demo. #335

Closed Rook1e-li closed 1 year ago

Rook1e-li commented 1 year ago

Traceback (most recent call last): File "demo/estimate_smpl.py", line 590, in assert has_mmtrack, 'Please install mmtrack to run the demo.' AssertionError: Please install mmtrack to run the demo.

I already installed the mmtrack, and the version is 0.13.0. The version of 0.14.0 is not working as well

Rook1e-li commented 1 year ago

It was happed when I want to inference video with multi-person. Here is the code python demo/estimate_smpl.py \ configs/cliff/resnet50_pw3d_cache.py \ data/checkpoints/resnet50_cliff_new-1e639f1d_20230327.pth \ --multi_person_demo \ --tracking_config demo/mmtracking_cfg/deepsort_faster-rcnn_fpn_4e_mot17-private-half.py \ --input_path demo/resources/multi_person_demo.mp4 \ --show_path vis_results/multi_person_demo.mp4 \ --smooth_type savgol \ --speed_up_type deciwatch \ --draw_bbox

SWWdz commented 9 months ago

How to solve the problem? Thanks.

Whiplash-18 commented 8 months ago

How to solve the problem? Thanks.

have you resolved the problem