Data format: image classification
Introduce
Image classification, as the most fundamental visual image problem. Our definition of its dataset format is also the most fundamental.stay meta.csv
In the document. Each line represents a record of an image. One image corresponds to one category.
Example
train_meta.csv
category_Label,image_Source
dog,images/001.jpg
cat,images/002.jpg
FAQ
- Each image can only correspond to one category label
- During use. We will arrange the category labels in lexicographic order. Used for differentiation and display