SJTU-Thinklab-Det / r3det-on-mmdetection

R3Det: Refined Single-Stage Detector with Feature Refinement for Rotating Object
Apache License 2.0
177 stars 42 forks source link

mmcv version #14

Open hahapt opened 3 years ago

hahapt commented 3 years ago

I reimplement this model on other dataset and process them the same as Dota dataset, but I found here is a Error [ConvWS is already registered in conv layer]. In the docs of mmcv, they say is the version of MMCV not suitable for MMDetecion, so I'm confused about which mmcv version is suitable for this model?

zhuruihe commented 3 years ago

maybe you can try 0.5.9 the version of r3d-mmdection is 2.1.0 so according to the getting started guider of mmdection, we should use mmcv 0.5.9 https://github.com/open-mmlab/mmdetection/blob/master/docs/get_started.md

hahapt commented 3 years ago

Thanks, I try mmcv-0.5.9 and solve this problem.

HsLOL commented 3 years ago

@hahapt hello
what's the version of your mmdet? My mmdet version is 2.1.0+unknown, which is installed by runing the "python setup.py install"

when I run the train.py, there is a problem"ImportError: dynamic module does not define module export function (PyInit_rbbox_geo_cuda)" I don't know if this error is caused by the version of the mmdet.

Thanks~