Helping Blind People To Be Aware of The Logos Around Themselves
Helping Blind People To Be Aware of The Logos Around Themselves
def load_dataset(directory):
images = []
labels = []
image_files = []
X, y, image_files = load_dataset(DATASET_PATH)
plt.show()
pred = model.predict(img)
label = label_encoder.inverse_transform([np.argmax(pred)])[0]
predict_logo(test_image_path)