Closed liuw20 closed 6 months ago
visdrone+2019
I adjust the version of spconv to 'spconv-cu113==2.1.25',the result is perfect! So the version of spconv must be matched with the cuda version!
I adjust the version of spconv to 'spconv-cu113==2.1.25',the result is perfect! So the version of spconv must be matched with the cuda version!
Hello ,do you have this problem? NotImplementedError: SPCONV_FILTER_HWIO is deprecated. use SPCONV_SAVED_WEIGHT_LAYOUT instead.
I adjust the version of spconv to 'spconv-cu113==2.1.25',the result is perfect! So the version of spconv must be matched with the cuda version!
Hello, I would like to know how your configuration is, your platform is windows or other
my environment: RTX 3090+Pytorch1.12.0+cu113+detectron0.6
my result:
I trained retinanet and querydet with the default config,but the results are not same with the paper. Is it because of environmental issues?