InternImage icon indicating copy to clipboard operation
InternImage copied to clipboard

ModuleNotFoundError: No module named 'DCNv3' in YOLOv8

Open AndywithCV opened this issue 2 years ago • 2 comments

I am trying to incorporate DCNv3 into YOLOv8, but it shows ModuleNotFoundError: No module named 'DCNv3', seems like the code has not been compliled yet. I then tried to install the operator using .whl files by this link https://github.com/OpenGVLab/InternImage/releases/tag/whl_files But there is no compatible version for my cuda and torch (mine is cud117 and torch2.0.1) Can you please help me on that!!! image

AndywithCV avatar Oct 18 '23 13:10 AndywithCV

You should compile the source code.

Command:

python setup.py install Hi,

Can you commit the setup.py ,base windows? Thank you

li-ZHIHAO avatar Oct 24 '23 10:10 li-ZHIHAO