GuiltyNeuron / ANPR

license plate detection and recognition
385 stars 147 forks source link

Trying to train - confused about dataset argument #16

Open ZaheedaT opened 4 years ago

ZaheedaT commented 4 years ago

Hi, for the loadataset function, it says the function loads the image and the label for the image. The label for the image is the folder name. Is this correct? For example, my current dataset has 500 images, their labels are in a csv. In order to use this, does each image need to be in its own folder? And the folder name must be the Label?

GuiltyNeuron commented 4 years ago

You have to make your own function to load from the csv file.