YOLOv9 Labeling

Hello, I am working with YOLOv9 and I am wondering how I can have the name of the detected object in the label, I already have the confidence and I can get the class id but I don’t know how to have the name of the object without making my own function for it.
I have seen for YOLOv8 you can have this with “model.model.name[class_id]” but with YOLOv9 “model.model” doesn’t exist.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.