roqueselopeta commited on
Commit
873ea67
·
verified ·
1 Parent(s): 1205048

Update fish_freshness_app.py

Browse files
Files changed (1) hide show
  1. fish_freshness_app.py +1 -1
fish_freshness_app.py CHANGED
@@ -10,7 +10,7 @@ import cv2
10
  from models.efficientnet_b0 import EfficientNetB0Classifier
11
 
12
  # Constants
13
- MODEL_PATH = "results_efficientnet_b0/efficientnet_best9912.pth"
14
  CLASS_NAMES = ["Fresh", "Not Fresh"]
15
  INPUT_SIZE = 380
16
  MODEL_ACCURACY = "99.12%" # Your model's validation accuracy
 
10
  from models.efficientnet_b0 import EfficientNetB0Classifier
11
 
12
  # Constants
13
+ MODEL_PATH = "efficientnet_best9912.pth"
14
  CLASS_NAMES = ["Fresh", "Not Fresh"]
15
  INPUT_SIZE = 380
16
  MODEL_ACCURACY = "99.12%" # Your model's validation accuracy