# CV-task **Repository Path**: sxqxhwyb/cv-task ## Basic Information - **Project Name**: CV-task - **Description**: Using dysample operator to improve yolov8 for road disease detection in computer vision - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-27 - **Last Updated**: 2024-06-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CV-task #### 介绍 Using dysample operator to improve yolov8 for road disease detection in computer vision #### 软件架构 将Dysample算子[1]应用到YOLOv8中提升道路病害检测效果 ![输入图片说明](v8_dysample/image.png) #### 使用说明 1. 环境配置(遵循YOLOv8官方文档) [YOLOv8官方文档](https://docs.ultralytics.com/) 2. 准备RDD2022数据集,从[百度网盘](https://pan.baidu.com/s/1HfNSejaVJ9ZdXTGO2NrSDg?pwd=1q5z)中下载后,放入v8_dysample/ultralytics-main/ultralytics/models/yolo/detect/datasets路径下 3. 训练模型,终端输入 ``` python v8_dysample/ultralytics-main/train.py ``` 4. 视频讲解(2023201237-宋星晴.mp4) #### 参考文献 [1] Liu W, Lu H, Fu H, et al. Learning to Upsample by Learning to Sample[C]//Proceedings of the IEEE/CVF International Conference on Computer Vision. 2023: 6027-6037.