-
Notifications
You must be signed in to change notification settings - Fork 18
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
About mmcv question #9
Comments
Sorry I cannot see your screenshots. But It should be the version problem of mmdet and mmcv. Please refer to the instructions (https://github.com/open-mmlab/mmcv) to install the correct version. And if you build entire environment strictly according to our environment (the version of mmdet is v1.0rc0), pip install mmcv==0.2.14 should solve your problem. |
I think so. |
Successfully install mmcv==0.2.14 ,while mmdet==2.8.0. |
Recently I have successfully reinstalled the environment. 'git clone -b v1.0rc0 https://github.com/open-mmlab/mmdetection.git' can clone mmdet v1.0rc0, which has been introduced in README.md. Please follow the instructions (https://github.com/open-mmlab/mmdetection/tree/v1.0rc0) to install mmdet ('cd mmdetection' and 'pip install -v -e .' after clone mmdet). If you install newer mmdet (mmdet==2.8.0), you should install the corresponding version of mmcv-full (>=1.2.4) instead of mmcv. Any question please ask authors of mmcv and mmdet. In fact, I have tried to install mmdet==2.8.0 and mmcv-full>=1.2.4, but failed. There seems to be version matching issues, but I did it exactly as intructions. So if you solve the problems, please tell me. Thanks. |
Thanks for your help! |
I have found the same bug. It should be the interface change of mmdet v1.0rc0. I have solved the problem by replace two key files, which are attached in the attachment below. Please download the attachment and follow steps below to solve the problem:
Besides, as a possible alternative, you can install mmdet v1.0rc1, which has the folder named piplines. |
Thanks for your work!
When building the environment,I installed the needed package named mmcv and mmdet .
However,when I run the train.py, it said "ModuleNotFoundError: No module named 'mmcv._ext'".
I can't find the solution.
So,could you tell me how to solve the problem?
Thank you very much!
The text was updated successfully, but these errors were encountered: