AIOmarRehan/PyTorch_Unified_CNN_Model
Image Classification • 5.53M • Updated • 1
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
A lightweight image classification dataset of vehicle categories hosted on the Hugging Face Hub. It contains:
from datasets import load_dataset
ds = load_dataset("AIOmarRehan/Vehicles")
print(ds["train"].features)
This dataset is ideal for: