JAI03 commited on
Commit
de81738
·
verified ·
1 Parent(s): 07e3e56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(os.path.join(inputBasePath,'labels.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