AndywithCV

Results 2 comments of AndywithCV

> > 嗨,您可以按照以下说明安装 DCNv3: > > > > * 编译 CUDA 运算符 > > > > ``` > > > > cd ./ops_dcnv3 > > sh ./make.sh > > #...

> 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...