Open abs1101 opened 2 years ago
@abs1101 this guy didn't give the complete code, this "keras_model.h5" file is the actual model file for our specific object recognition. Meanwhile, it doesn't exist as you never created it. Use TensorFlow to train your own model.
model = load_model("keras_model.h5") it gives me an error on this line do you know the solution