jayn95 commited on
Commit
c465b0c
·
verified ·
1 Parent(s): c454de2

Update periodontitis_detection.py

Browse files
Files changed (1) hide show
  1. periodontitis_detection.py +2 -2
periodontitis_detection.py CHANGED
@@ -315,8 +315,8 @@ class SimpleDentalSegmentationNoEnhance:
315
 
316
 
317
  if __name__ == "__main__":
318
- unet_model = "unet.keras" # Keras model
319
- yolo_model = "best2.pt" # YOLOv8 PyTorch model
320
  image_path = "trial.jpg"
321
 
322
  seg = SimpleDentalSegmentationNoEnhance(unet_model, yolo_model)
 
315
 
316
 
317
  if __name__ == "__main__":
318
+ unet_model = "models/unet/best.keras" # Keras model
319
+ yolo_model = "models/yolov8/best.pt" # YOLOv8 PyTorch model
320
  image_path = "trial.jpg"
321
 
322
  seg = SimpleDentalSegmentationNoEnhance(unet_model, yolo_model)