Here is my work :
- I have annotated images of "Living" cells (circa 8.000) and images of "Dead" cells (circa 2.000) (+ 800 and 200 for testing set)
- I am using CNN (with tensorflow and keras) in order to classify images as "Living" or "Dead".
- I trained my model : validation loss = 0.35, recall = 0.81, accuracy = 0.81.
Here is the problem : how can I get the list of images classified as "Living" or "Dead" so I can check them (maybe some of images are not in the right folder ? Or model has issue with specific type of images ?)
Please, could you let me know if you have any clue in order to solve this issue ?
Kindly yours.