-
Notifications
You must be signed in to change notification settings - Fork 10
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
Environment #5
Comments
What's more, is there a trained model for us to test? Thanks |
I had the same issue. I changed the line and I am now able do the training of the model with ./tools/train.py. However I do not know is this breaks something in the code, I did not tested everything. |
You need change your environment to mmcv='1.0.5', so that you can run ./tools/train.py like me |
when install this project, we should run "pip install -e ." in an mmdetection download from openmmlab or in this repo "BONAI"? COZ, my device is 3090, it only supports CUDA>=11.1, But this code is edited from mmdetection=2.3.0 which need pytorch<=1.5 |
When I want to run train.py in the tools directory, it prompts me that mmcv=1.0.5 is required. Does the training of this program only work in this environment?
The text was updated successfully, but these errors were encountered: