Noursine commited on
Commit
ac4a58a
·
verified ·
1 Parent(s): e0bba86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from PIL import Image
7
  model = YOLO('/content/drive/MyDrive/yolov8_models/best.pt')
8
 
9
  # Folder with test images
10
- test_images_folder = '/content/Instance_seg_teeth/Dataset/yolo_test_dataset/test/images'
11
  test_images = sorted(os.listdir(test_images_folder))
12
 
13
  # Prediction function
 
7
  model = YOLO('/content/drive/MyDrive/yolov8_models/best.pt')
8
 
9
  # Folder with test images
10
+ test_images_folder = 'test_images'
11
  test_images = sorted(os.listdir(test_images_folder))
12
 
13
  # Prediction function