This is the YOLOv5 implementation I am talking about and this is the file I am using to test the model.
For some classes, it performing decently enough. However, for the rest of the classes, it is not doing a great job. I would like to see the type of images where the model struggles.
How can I get the name of the images or the file paths?
I tried running this file with the –save-txt parameter but I do not understand its meaning.
Thank you!