-
Notifications
You must be signed in to change notification settings - Fork 150
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
Upgrade to mmdet 2.20.0 #1041
base: master
Are you sure you want to change the base?
Upgrade to mmdet 2.20.0 #1041
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1041 +/- ##
==========================================
- Coverage 85.93% 85.71% -0.22%
==========================================
Files 278 278
Lines 5915 5915
==========================================
- Hits 5083 5070 -13
- Misses 832 845 +13
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Hi everyone, I notice that with mmdet==2.20.0 the VFNet fails to train with the following error. Any mmdet version above 2.17.0 shows the same error.
Here is a Colab notebook I ran |
I can confirm having the same error |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the error mentioned in PR comments needs to be addressed
…date-to-mmdet-2.20.0
I upgraded
https://github.com/airctic/mmdetection_configs
to mmdet 2.20.0This PR upgrade
mmdet_config_path
as well as thepip install mmdet==2.20.0
closes #1040