Closed thekoshkina closed 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'
this is just a typo in your code - e is missing in mmdetection
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'