DualityAI-RebekahBogdanoff commited on
Commit
3e853a6
·
verified ·
1 Parent(s): 00bd7cf

added more test images

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)