Food Tomatoes (Original & Augmented)
Summary: Image dataset of tomatoes with class labels. Two splits are provided:
original and augmented. Each split has the same columns:
image(image)label(string)
Load
from datasets import load_dataset
ds = load_dataset("Iris314/Food_tomatoes_dataset")
original = ds["original"]
augmented = ds["augmented"]