This repository contains datasets for the SPAD for Vision project.
Datasets are organized by type:
testmages__flatsurface/- Flat surface test imagestestmages__milkpurity/- Milk purity test imagestestmages__yolov3/- YOLOv3 test imagestestmages__yolov8/- YOLOv8 test imagestestmages_dino/- DINO test imagestestmages_spatiotemporal/- Spatiotemporal test imagesval_natural_material_detection/- Natural material detection validation set
Due to GitHub's file size limitations, the actual dataset files are hosted on Hugging Face Hub:
- Organization:
mvplus - Dataset repositories:
mvplus/testmages__flatsurface,mvplus/testmages__milkpurity, etc.
Datasets can be downloaded from Hugging Face Hub using:
from huggingface_hub import snapshot_download
snapshot_download(repo_id="mvplus/testmages__flatsurface", repo_type="dataset")Or via the Hugging Face CLI:
huggingface-cli download mvplus/testmages__flatsurface --repo-type dataset