DualityAI-RebekahBogdanoff
commited on
added more test images
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import os
|
|
5 |
|
6 |
from ultralytics import YOLO
|
7 |
|
8 |
-
path = ['./data/0068.jpg', './data/0210.jpg']
|
9 |
|
10 |
model_path = './best.pt'
|
11 |
model = YOLO(model_path)
|
|
|
5 |
|
6 |
from ultralytics import YOLO
|
7 |
|
8 |
+
path = ['./data/0068.jpg', './data/0210.jpg', './data/IMG_7078.jpg', './data/IMG_7103.jpg', './data/IMG_7705.jpg']
|
9 |
|
10 |
model_path = './best.pt'
|
11 |
model = YOLO(model_path)
|