Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
seonghyunkim1212 opened this issue Sep 2, 2020 · 4 comments
Closed

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

seonghyunkim1212 opened this issue Sep 2, 2020 · 4 comments

Comments

@seonghyunkim1212
Copy link

seonghyunkim1212 commented Sep 2, 2020

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
Copy link

@seonghyunkim1212 Could you find a way around this?

@Aaron20127
Copy link

I have the same problem.

@colincqian
Copy link

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

@JiangWenPL
Copy link
Owner

Should be resolved now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants