stephanecharette / DarkPlate

License plate parsing using Darknet and YOLO
MIT License
66 stars 12 forks source link

How to add class names in DarkPlate #3

Closed rsingh2083 closed 3 years ago

rsingh2083 commented 3 years ago

Hi Stephan,

I copied my images directory in DarkPlate/nn directory , but while loading the images I can see only 4 classes :-

bicycle
car
truck
person

There is no "plate" or number/alphabet class at all. How to add these classes ?

rsingh2083 commented 3 years ago

Solved it by copying DarkPlates.names in my directory and renaming it to mydir.names