added new model and added data evaluation

This commit is contained in:
Mikołaj Pokrywka 2023-01-22 17:19:24 +01:00
parent fece60a2ff
commit 50be2b3bac
8 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -9,7 +9,7 @@ import numpy as np
import tensorflow as tf
model = tf.keras.models.load_model('model_pred/sign_car_detection_model')
model = tf.keras.models.load_model('model_pred/sign_char_detection_model')
# Get the list of all files and directories
path = "test_data"