Skip to content

Commit bd8e2e4

Browse files
committed
feat(YOLOv8_det): change YOLOv8’s name to YOLOv8_det.
Change-Id: I4751004eda408482a81069d2778c3b0e224e5a8d
1 parent 864a0dd commit bd8e2e4

25 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ SophonSDK是算能科技基于其自主研发的深度学习处理器所定制
2929
| [YOLOX](./sample/YOLOX/README.md) | 目标检测 | C++/Python | FP32/INT8 |
3030
| [SSD](./sample/SSD/README.md) | 目标检测 | C++/Python | FP32/INT8 |
3131
| [YOLOv7](./sample/YOLOv7/README.md) | 目标检测 | C++/Python | FP32/FP16/INT8 |
32-
| [YOLOv8](./sample/YOLOv8/README.md) | 目标检测 | C++/Python | FP32/FP16/INT8 |
32+
| [YOLOv8_det](./sample/YOLOv8_det/README.md) | 目标检测 | C++/Python | FP32/FP16/INT8 |
3333
| [YOLOv5_opt](./sample/YOLOv5_opt/README.md) | 目标检测 | C++/Python | FP32/FP16/INT8 |
3434
| [ppYOLOv3](./sample/ppYOLOv3/README.md) | 目标检测 | C++/Python | FP32/FP16/INT8 |
3535
| [ppYoloe](./sample/ppYoloe/README.md) | 目标检测 | C++/Python | FP32/FP16 |

README_EN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ SophonSDK is a custom deep learning SDK of Sophon based on its self-developed AI
2828
| [YOLOX](./sample/YOLOX/README.md) | Object Detection | C++/Python | FP32/INT8 |
2929
| [SSD](./sample/SSD/README.md) | Object Detection | C++/Python | FP32/INT8 |
3030
| [YOLOv7](./sample/YOLOv7/README.md) | Object Detection | C++/Python | FP32/FP16/INT8 |
31-
| [YOLOv8](./sample/YOLOv8/README.md) | Object Detection | C++/Python | FP32/FP16/INT8 |
31+
| [YOLOv8_det](./sample/YOLOv8_det/README.md) | Object Detection | C++/Python | FP32/FP16/INT8 |
3232
| [YOLOv5_opt](./sample/YOLOv5_opt/README.md) | Object Detection | C++/Python | FP32/FP16/INT8 |
3333
| [ppYOLOv3](./sample/ppYOLOv3/README.md) | Object Detection | C++/Python | FP32/FP16/INT8 |
3434
| [ppYoloe](./sample/ppYoloe/README.md) | Object Detection | C++/Python | FP32/FP16 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)