Data_Eureka_v1.1_hours_V_no_bg_aug Dataset
This dataset contains images representing freshness stages of a subject over time (e.g., hours). It is split into train and test sets.
train/: 80% of the data, organized by subfolders (e.g., begin, hour_1, etc.).
test/: 20% of the data, organized by subfolders.
from datasets import load_dataset
dataset = load_dataset("your_username/Data_Eureka_v1.1_hours_V_no_bg_aug_split")