Data Format: Image Classification
Introduction
As the most fundamental visual image problem, image classification has the most basic dataset format definition. In the meta.csv file, each row represents a record of one image, with each image corresponding to one classification.
Example
category_Label,image_Source
dog,images/001.jpg
cat,images/002.jpgFAQ
- Each image can only correspond to one category label
- During usage, we will sort the category labels in dictionary order for differentiation and display