Deep-Learning
Deep-Learning copied to clipboard
Final result of the script is not a label/class name
Hi At the end of the script, it prints out prediction, yet it is an numeric array. It is not showing the class name. Can the final result be similar to the earlier section in the script such as:
preprocessed_image = prepare_image('blue_tit.jpg') predictions = model.predict(preprocessed_image) results = imagenet_utils.decode_predictions(predictions) results
Thanks in advance.