CoolFace
Datasetpublic

ShuoZheLi/SVRDD_YOLO

SVRDD Road Damage Detection This repository is formatted for the Hugging Face Dataset Viewer. Each row contains an image and its road-damage object annotations. Load the dataset from datasets import load_dataset ds = load_dataset("YOUR_USERNAME/YOUR_DATASET_NAME") example = ds["train"][0] print(example["image"]) print(example["objects"]) Local unzip usage If you want the images as regular local files, unzip the split archives: unzip train.zip -d… See the full description on the dataset page: https://huggingface.co/datasets/ShuoZheLi/SVRDD_YOLO.

sourceHugging Facecc-by-4.0updated 5mo agoView on Hugging Face
1likes251downloads
10 commits on main
795c9535mo ago

Add files using upload-large-folder tool

ShuoZheLi
90a4eae5mo ago

Add files using upload-large-folder tool

ShuoZheLi
1007eeb5mo ago

Add files using upload-large-folder tool

ShuoZheLi
7e3394c5mo ago

Add files using upload-large-folder tool

ShuoZheLi
648665e5mo ago

Add files using upload-large-folder tool

ShuoZheLi
d91b0d95mo ago

Add files using upload-large-folder tool

ShuoZheLi
b50540f5mo ago

Add files using upload-large-folder tool

ShuoZheLi
c7990f95mo ago

Add files using upload-large-folder tool

ShuoZheLi
86e04e05mo ago

Add files using upload-large-folder tool

ShuoZheLi
c002cc85mo ago

initial commit

ShuoZheLi