update paths

This commit is contained in:
Mikołaj Pokrywka 2023-01-22 17:22:30 +01:00
parent 50be2b3bac
commit d019e3f28a
2 changed files with 4 additions and 4 deletions

View File

@ -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']

View File

@ -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']