update paths
This commit is contained in:
parent
50be2b3bac
commit
d019e3f28a
@ -2,7 +2,7 @@ import numpy as np
|
||||
import tensorflow as tf
|
||||
from tensorflow import keras
|
||||
|
||||
model = keras.models.load_model('../sign_car_detection_model')
|
||||
model = keras.models.load_model('../sign_char_detection_model')
|
||||
|
||||
|
||||
class_names = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', 'del', 'nothing', 'space']
|
||||
|
@ -2,7 +2,7 @@ import numpy as np
|
||||
import tensorflow as tf
|
||||
from tensorflow import keras
|
||||
|
||||
model = keras.models.load_model('sign_car_detection_model')
|
||||
model = keras.models.load_model('sign_char_detection_model')
|
||||
|
||||
|
||||
class_names = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', 'del', 'nothing', 'space']
|
||||
|
Loading…
Reference in New Issue
Block a user