JiangWenPL / multiperson

Code repository for the paper: "Coherent Reconstruction of Multiple Humans from a Single Image" in CVPR'20
https://jiangwenpl.github.io/multiperson/
376 stars 50 forks source link

No module named 'mmdetection.mmdet.models.utils.camera' #13

Closed seonghyunkim1212 closed 2 years ago

seonghyunkim1212 commented 4 years ago

HI! Awesome work!

This is an error with evaluation code.

Traceback (most recent call last): File "tools/full_eval.py", line 35, in from mmdetection.mmdet.core.utils.eval_utils import H36MEvalHandler, EvalHandler, PanopticEvalHandler, \ File "/home/seonghyun/CRMH_venv/multiperson-master/mmdetection/mmdet/core/utils/eval_utils.py", line 7, in from mmdetection.mmdet.models.utils.camera import PerspectiveCamera ModuleNotFoundError: No module named 'mmdetection.mmdet.models.utils.camera'

and

Traceback (most recent call last): File "tools/full_eval.py", line 35, in from mmdetection.mmdet.core.utils.eval_utils import H36MEvalHandler, EvalHandler, PanopticEvalHandler, \ File "/home/seonghyun/CRMH_venv/multiperson-master/mmdetection/mmdet/core/utils/eval_utils.py", line 5, in from mmdetection.mmdet.models.utils.pose_utils import reconstruction_error, vectorize_distance ImportError: cannot import name 'vectorize_distance' from 'mmdetection.mmdet.models.utils.pose_utils' (/home/seonghyun/CRMH_venv/multiperson-master/mmdetection/mmdet/models/utils/pose_utils.py)

Where can I find these modules? Not all code has been released yet?

nicolasugrinovic commented 4 years ago

@seonghyunkim1212 Could you find a way around this?

Aaron20127 commented 4 years ago

I have the same problem.

colincqian commented 3 years ago

Is there any update on this issue? I have the same problem @seonghyunkim1212 @nicolasugrinovic @Aaron20127

JiangWenPL commented 2 years ago

Should be resolved now.