InternImage
InternImage copied to clipboard
ModuleNotFoundError: No module named 'DCNv3' in YOLOv8
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!!!
You should compile the source code.
Command:
python setup.py install Hi,
Can you commit the setup.py ,base windows? Thank you