File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -1009,9 +1009,20 @@ def is_archive(self):
1009
1009
filename = 'onnx/models/yolov6n.onnx' ),
1010
1010
Model (
1011
1011
name = 'yolov8n' ,
1012
- url = 'https://dl.opencv.org/models/yolov8/yolov8n.onnx' ,
1012
+ url = [
1013
+ 'https://huggingface.co/cabelo/yolov8/resolve/main/yolov8n.onnx?download=true' ,
1014
+ 'https://dl.opencv.org/models/yolov8/yolov8n.onnx'
1015
+ ],
1013
1016
sha = '136807b88d0b02bc226bdeb9741141d857752e10' ,
1014
1017
filename = 'onnx/models/yolov8n.onnx' ),
1018
+ Model (
1019
+ name = 'yolov8x' ,
1020
+ url = [
1021
+ 'https://huggingface.co/cabelo/yolov8/resolve/main/yolov8x.onnx?download=true' ,
1022
+ 'https://dl.opencv.org/models/yolov8/yolov8x.onnx'
1023
+ ],
1024
+ sha = '462f15d668c046d38e27d3df01fe8142dd004cb4' ,
1025
+ filename = 'onnx/models/yolov8x.onnx' ),
1015
1026
1016
1027
Model (
1017
1028
name = 'yolo_nas_s' ,
You can’t perform that action at this time.
0 commit comments