Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ from ultralytics import YOLO
|
|
| 4 |
from PIL import Image
|
| 5 |
|
| 6 |
# Load YOLOv8 model
|
| 7 |
-
model = YOLO('/content/drive/MyDrive/yolov8_models/best
|
| 8 |
|
| 9 |
# Folder with test images
|
| 10 |
test_images_folder = '/content/Instance_seg_teeth/Dataset/yolo_test_dataset/test/images'
|
|
|
|
| 4 |
from PIL import Image
|
| 5 |
|
| 6 |
# Load YOLOv8 model
|
| 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'
|