You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did you make any modifications on the code or config? Did you understand what you have modified?
I updated the path to coco dataset, and altered the num_classes in the bbox head (because my new dataset has fewer classes)
What dataset did you use?
Custom dataset that appears as a COCO dataset (works on the official mmdetection branch)
Have you followed the INSTALL.md to install this repo? If so, the mmcv version should be 0.6.2, 1.0.2 is not compatible with this repo. You could run pip instal mmcv==0.6.2 to fix this problem.
Thanks for your error report and we appreciate it a lot.
Checklist
--1. I have searched related issues but cannot get the expected help.--
--2. The bug has not been fixed in the latest version.--
Describe the bug
When reproducing x101 results, the following error is produced:
KeyError: 'ConvAWS is already registered in conv layer'
Reproduction
Did you make any modifications on the code or config? Did you understand what you have modified?
I updated the path to coco dataset, and altered the
num_classes
in the bbox head (because my new dataset has fewer classes)What dataset did you use?
Custom dataset that appears as a COCO dataset (works on the official mmdetection branch)
Environment
Error traceback
N/A, the rest is simply tracebacks of registry and imports
Bug fix
There seems to be something wrong with duplicates of ConvAWS in the registry.
The text was updated successfully, but these errors were encountered: