yolov3-tf2 icon indicating copy to clipboard operation
yolov3-tf2 copied to clipboard

Can you get the class names out of the model itself ?

Open LordTrololo opened this issue 4 years ago • 0 comments

Hello,

first of I would like to thank the author for this great library. I am able to use it without problems.

My question is - can you find out the names of the classes out of the yolo model itself ? So lets say that I lose my .names file. Is there some way to reconstruct the information about the classes names used in training the model ?

The way I see it the anwser is NO, the model only knows classes in terms of different ints (from 0 to N). But I would like someone to confirm this.

II) And as second question regarding annotation, can this model work with any 4 cornered polygons as boundig boxes (not regular rectangles) or does it need rectangles ?

Thanx for help

LordTrololo avatar Jun 02 '20 13:06 LordTrololo