zliang commited on
Commit
f0de3cc
1 Parent(s): 879dfbb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from ultralytics import YOLOv10
9
 
10
  model = YOLOv10("best.pt")
11
 
12
-
13
 
14
 
15
  # Define the class indices for figures and tables
 
9
 
10
  model = YOLOv10("best.pt")
11
 
12
+ model.export(format='engine',imgsz=640, iou=0.7, device = 0, simplify=True, half = True, workspace=8)
13
 
14
 
15
  # Define the class indices for figures and tables