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

No module named 'mmdet' #9

Closed Tylerjoe closed 5 years ago

Tylerjoe commented 5 years ago

It's a good work, thanks for your contribution! File "pose_estimation/video.py", line 29, in from lib.detector.mmdetection.high_api import human_boxes_get as mm_det File "/data/download/projects/hrnet/lib/detector/mmdetection/high_api.py", line 7, in from mmdet.models import build_detector ModuleNotFoundError: No module named 'mmdet'

lxy5513 commented 5 years ago

Hi, the bug already update

Tylerjoe commented 5 years ago

@lxy5513 Thanks for your commit

Tylerjoe commented 5 years ago

Maybe there is a little problem about mmdet File "pose_estimation/video.py", line 29, in from detector.mmdetection.high_api import human_boxes_get as mm_det File "/data/download/projects/hrnet_test/pose_estimation/../lib/detector/mmdetection/high_api.py", line 7, in from mmdet.models import build_detector File "/data/download/projects/hrnet_test/lib/detector/mmdetection/mmd/mmdet/init.py", line 1, in from .version import version, short_version ModuleNotFoundError: No module named 'mmdet.version'

lxy5513 commented 5 years ago

this is maybe your mmdet compile problem. you must install and complie the mmdet environment, refer that: https://github.com/open-mmlab/mmdetection/blob/master/INSTALL.md

Tylerjoe commented 5 years ago

I will try, thanks for for your kind reply