SathvikGanta commited on
Commit
13cbda9
·
verified ·
1 Parent(s): d12e29d

Create models/yolov8n.pt

Browse files
Files changed (1) hide show
  1. models/yolov8n.pt +3 -0
models/yolov8n.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ from ultralytics import YOLO
2
+ model = YOLO('yolov8n.pt') # Automatically downloads
3
+ model.export(format='pt') # Saves locally if needed