So as far as I understand, when you have a trained YOLO model, the final prediction looks like an image with couple bounding boxes with class names objects belong to.
The question is: is it possible to save these names of classes that were detected on image(for example as a list) for future analysis?
Anything would be helpful, I don't care if it can be done in python, .net or whatever.
I'm completely new to object detection, would really appreciate your help :)