Keras-LinkNet
Keras-LinkNet copied to clipboard
How can I see the qualitative results of test images?
trafficstars
Thanks for sharing the code, David. Is there a way where I can I save the test result images.
No, you'll have to implement it using predict_generator to get the predictions. Should be similar to the test function, pass it the test data generator and it'll return the predictions in a numpy array