数据集:
keremberke/shoe-classification
任务:
图像分类['converse', 'adidas', 'nike']
{'train': 576, 'test': 83, 'valid': 166}
pip install datasets
from datasets import load_dataset ds = load_dataset("keremberke/shoe-classification", name="full") example = ds['train'][0]
Public Domain
This dataset was exported via roboflow.com on October 28, 2022 at 2:38 AM GMT
Roboflow is an end-to-end computer vision platform that helps you
It includes 825 images. Shoes are annotated in folder format.
The following pre-processing was applied to each image:
No image augmentation techniques were applied.