r3det-on-mmdetection icon indicating copy to clipboard operation
r3det-on-mmdetection copied to clipboard

mmcv version

Open hahapt opened this issue 5 years ago • 3 comments
trafficstars

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?

hahapt avatar Nov 04 '20 01:11 hahapt

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

zhuruihe avatar Nov 05 '20 01:11 zhuruihe

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

hahapt avatar Nov 05 '20 01:11 hahapt

@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~

HsLOL avatar Nov 09 '20 04:11 HsLOL