HyperAIHyperAI

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

train_meta.csv
category_Label,image_Source
dog,images/001.jpg
cat,images/002.jpg

FAQ

  1. Each image can only correspond to one category label
  2. During usage, we will sort the category labels in dictionary order for differentiation and display