Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ model = load_model('traffic-sign-detection-model3.h5')
|
|
13 |
inputBasePath = 'D:\\traffic_Data\\'
|
14 |
path = 'D:\\traffic_Data\\DATA'
|
15 |
testingFolder = 'D:\\traffic_Data\\TEST'
|
16 |
-
classes = pd.read_csv(
|
17 |
|
18 |
|
19 |
# Function to preprocess the image
|
|
|
13 |
inputBasePath = 'D:\\traffic_Data\\'
|
14 |
path = 'D:\\traffic_Data\\DATA'
|
15 |
testingFolder = 'D:\\traffic_Data\\TEST'
|
16 |
+
classes = pd.read_csv('labels.csv')
|
17 |
|
18 |
|
19 |
# Function to preprocess the image
|