tobiascz / VideoPose3D

Efficient 3D human pose estimation in video using 2D keypoint trajectories
Other
65 stars 17 forks source link

ImportError: No module named 'detectron' #23

Open hellozjj opened 4 years ago

hellozjj commented 4 years ago

Traceback (most recent call last): File "infer_simple.py", line 38, in from detectron.core.config import assert_and_infer_cfg ImportError: No module named 'detectron'

tobiascz commented 4 years ago

Facebook released detectron v2. This tutorial was done with detectron v1 this might cause some issues.

jellyfish1456 commented 4 years ago

@tobiascz Your work is really awesome!

Could you please fix this problems? Thank you so much~