-
Notifications
You must be signed in to change notification settings - Fork 53
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
What version of dependencies are used? #12
Comments
@joakimjohnander PyTorch1.1.0, cuda9.0/10.0, and mmcv0.2.1 are used by me. Please refer to Readme for more details. |
Hi @JialeCao001 , I am using
|
@OneDirection9 Can you provide more details? Are you sure that mmcv==0.2.1 is successfully installed? It is difficult for me to judge the problem based on your description. |
@JialeCao001 Thanks for your reply. Here is the details:
|
@OneDirection9 try mmcv0.2.11 or mmcv0.2.12. |
@JialeCao001 There are a new error, do you have any ideas?
I am trying to load the model pre-trained on MSCOCO and finetune it on YouTube-VIS, like this:
It looks like |
@OneDirection9 You use mmcv0.2.11? |
It worked when using |
@JialeCao001 Thanks a lot for the swift reply! Changing mmcv version and refraining from installing mmdet did it. I'll supply the Dockerfile for future reference.
|
Hello, |
Hi, It looks like the |
My version of mmdet is directly cloned from this project, how come yours is a different mmdet version? May I know your mmdet version? |
@surgavur Can you try to first compile the project with higher mmcv, uninstall mmcv, and reinstall mmcv0.2.12? |
Hey,
I have tried to run SipMask-VIS, but get
ImportError: cannot import name 'get_dist_info' from 'mmcv.runner.utils'
and upon checking mmcv, it seems like get_dist_info has been deprecated for quite some time. How would I most easily run your code? I will supply the docker file I used below.
Best regards,
Joakim
The text was updated successfully, but these errors were encountered: