surbi karki commited on
Commit
21b0d32
·
verified ·
1 Parent(s): 1d2871d

Update Predictive.py

Browse files
Files changed (1) hide show
  1. Predictive.py +1 -1
Predictive.py CHANGED
@@ -9,7 +9,7 @@ from tensorflow.keras.utils import to_categorical # Correct import for TensorFl
9
  global size
10
  size = 100
11
  model = Sequential()
12
- model = load_model('D:/Downloads/potholes/sample.h5')
13
 
14
  # Load Testing data: non-pothole
15
  nonPotholeTestImages = glob.glob("D:/Downloads/potholes/plain/*.jpg")
 
9
  global size
10
  size = 100
11
  model = Sequential()
12
+ model = load_model('D:/Downloads/potholes/samplee.h5')
13
 
14
  # Load Testing data: non-pothole
15
  nonPotholeTestImages = glob.glob("D:/Downloads/potholes/plain/*.jpg")