weigq / 3d_pose_baseline_pytorch

A simple baseline for 3d human pose estimation in PyTorch.
MIT License
366 stars 64 forks source link

ModuleNotFoundError: No module named 'progress' #27

Closed ben-xD closed 4 years ago

ben-xD commented 4 years ago

If you get this problem, its because the author is using git submodules.

You can pip install progress or git submodule init && git submodule update