File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,11 @@ wget https://github.com/ultralytics/assets/releases/download/v8.3.0/yolo11s.pt
20
20
wget https://github.com/ultralytics/assets/releases/download/v8.3.0/yolo11m.pt -O weights/yolo11m.pt
21
21
wget https://github.com/ultralytics/assets/releases/download/v8.3.0/yolo11l.pt -O weights/yolo11l.pt
22
22
wget https://github.com/ultralytics/assets/releases/download/v8.3.0/yolo11x.pt -O weights/yolo11x.pt
23
+ wget https://github.com/ultralytics/assets/releases/download/v8.3.0/yolo12n.pt -O weights/yolo12n.pt
24
+ wget https://github.com/ultralytics/assets/releases/download/v8.3.0/yolo12s.pt -O weights/yolo12s.pt
25
+ wget https://github.com/ultralytics/assets/releases/download/v8.3.0/yolo12m.pt -O weights/yolo12m.pt
26
+ wget https://github.com/ultralytics/assets/releases/download/v8.3.0/yolo12l.pt -O weights/yolo12l.pt
27
+ wget https://github.com/ultralytics/assets/releases/download/v8.3.0/yolo12x.pt -O weights/yolo12x.pt
23
28
24
29
# Yolov7 massaging
25
30
git clone https://github.com/WongKinYiu/yolov7.git
You can’t perform that action at this time.
0 commit comments