r3det-on-mmdetection
r3det-on-mmdetection copied to clipboard
mmcv version
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?
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
Thanks, I try mmcv-0.5.9 and solve this problem.
@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~