可以明显涨点哦!亲测可用~
一、安装yolo8
1、从官网下载 yolo8
主页 -Ultralytics YOLOv8 文档
2、pip uninstall ultralytics 先卸载在系统已经安装好(可能是线上安装好的,不是本地)
3、pip install -e .
确定安装在本地可以用pip list 查看。
二、将ops_dcnv3复制到ultralutice文件夹下
1、从官网下载internimageGitHub - OpenGVLab/InternImage: [CVPR 2023 Highlight] InternImage: Exploring Large-Scale Vision Foundation Models with Deformable Convolutions
2、将InternImage-whl_files\detection\的ops_dcnv3文件夹复制到ultralutice文件夹下,结果如图
3、安装DCNv3