Commit
·
cb61db3
1
Parent(s):
8481bff
Update prediction.py
Browse files- prediction.py +1 -1
prediction.py
CHANGED
@@ -20,7 +20,7 @@ def preprocess_input_image(img_path):
|
|
20 |
x /= 255.
|
21 |
return x, img1
|
22 |
|
23 |
-
main_path= '
|
24 |
|
25 |
# Define batch size and image size
|
26 |
batch_size = 256
|
|
|
20 |
x /= 255.
|
21 |
return x, img1
|
22 |
|
23 |
+
main_path= '\\food'
|
24 |
|
25 |
# Define batch size and image size
|
26 |
batch_size = 256
|