lucifer443 / SpineNet-Pytorch

This project is a kind of implementation of SpineNet(CVPR 2020) using mmdetection.
Apache License 2.0
96 stars 11 forks source link

ImportError: ConvModule missing #3

Closed Alexandre-Delplanque closed 4 years ago

Alexandre-Delplanque commented 4 years ago

Hello!

I tried to use your code to train on my own dataset, but it seems that the module ConvModule is missing (spinenet.py-L5) in mmdetection/mmdet/ops.

Thank you in advance for your help.

lucifer443 commented 4 years ago

Hello! I tried to use your code to train on my own dataset, but it seems that the module ConvModule is missing (spinenet.py-L5) in mmdetection/mmdet/ops. Thank you in advance for your help.

Please check out the version of your mmdetection, I use 1.1.0 version.

Alexandre-Delplanque commented 4 years ago

I use 1.1.0 version too

LetsGoFir commented 4 years ago

I use 1.1.0 version too

How dow you fix it, please?