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

ImportError: cannot import name 'parallel_test' #42

Closed
Dorothylyly opened this issue Nov 13, 2020 · 3 comments
Closed

ImportError: cannot import name 'parallel_test' #42

Dorothylyly opened this issue Nov 13, 2020 · 3 comments

Comments

@Dorothylyly
Copy link

when I use "python3 tools/test_video.py configs/masktrack_rcnn_r50_fpn_1x_youtubevos.py ./epoch_12.pth --out ./output --eval segm" to run the code. I got this error, but I have already installed 'mmcv' package.

I have no idea about this, could you please tell me what should I do?

@Dorothylyly
Copy link
Author

the problem is :
Traceback (most recent call last): File "tools/test_video.py", line 5, in <module> from mmcv.runner import load_checkpoint, parallel_test, obj_from_dict ImportError: cannot import name 'parallel_test'

@Dorothylyly
Copy link
Author

solved by installing mmcv == 0.2.0

@zhw2020913
Copy link

有0.2.0版本?

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

2 participants