mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Merge branch 4.x
This commit is contained in:
+13
-1
@@ -62,7 +62,19 @@ yolov8n:
|
||||
background_label_id: 0
|
||||
sample: "yolo_detector"
|
||||
|
||||
|
||||
yolov8m:
|
||||
load_info:
|
||||
url: "https://github.com/CVHub520/X-AnyLabeling/releases/download/v0.1.0/yolov8m.onnx"
|
||||
sha1: "656ffeb4f3b067bc30df956728b5f9c61a4cb090"
|
||||
model: "yolov8m.onnx"
|
||||
mean: 0.0
|
||||
scale: 0.00392
|
||||
width: 640
|
||||
height: 640
|
||||
rgb: true
|
||||
classes: "object_detection_classes_yolo.txt"
|
||||
background_label_id: 0
|
||||
sample: "yolo_detector"
|
||||
|
||||
# YOLO4 object detection family from Darknet (https://github.com/AlexeyAB/darknet)
|
||||
# YOLO object detection family from Darknet (https://pjreddie.com/darknet/yolo/)
|
||||
|
||||
Reference in New Issue
Block a user