Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|