added new model and added data evaluation
This commit is contained in:
parent
fece60a2ff
commit
50be2b3bac
Binary file not shown.
Binary file not shown.
BIN
model_pred/sign_char_detection_model/fingerprint.pb
Normal file
BIN
model_pred/sign_char_detection_model/fingerprint.pb
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
model_pred/sign_char_detection_model/variables/variables.index
Normal file
BIN
model_pred/sign_char_detection_model/variables/variables.index
Normal file
Binary file not shown.
@ -9,7 +9,7 @@ import numpy as np
|
|||||||
import tensorflow as tf
|
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
|
# Get the list of all files and directories
|
||||||
path = "test_data"
|
path = "test_data"
|
||||||
|
Loading…
Reference in New Issue
Block a user