lxy5513 / hrnet

deep_high_resolution_network for pose estimation,integrate yoloV3 human detection, insert flownet2 and SG-filter
MIT License
81 stars 19 forks source link

ModuleNotFoundError: No module named 'lib.detector.mmdetction' #3

Closed thekoshkina closed 5 years ago

thekoshkina commented 5 years ago

Hi @lxy5513, I'm trying to run the demo

python pose_estimation/demo_mmd.py

and getting the error:

File "pose_estimation/demo_mmd.py", line 167, in main() File "pose_estimation/demo_mmd.py", line 137, in main from lib.detector.mmdetction.high_api import load_model ModuleNotFoundError: No module named 'lib.detector.mmdetction'

thekoshkina commented 5 years ago

this is just a typo in your code - e is missing in mmdetection