Datasets:
Search is not available for this dataset
The dataset viewer is not available for this split.
Server error while post-processing the rows. Please report the issue.
Error code: RowsPostProcessingError
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.
YouTube wire-removal dataset (frames + masks)
Batched zip uploads preserving original filenames.
Layout on disk (after download + extract)
youtube_dataset/
unmask/ # RGB frames (original filenames unchanged)
mask/ # wire masks, same filenames as unmask/
Optional local extras (not in this repo): luminance/, flow/, shot_boundaries.json.
How to download and extract
pip install huggingface_hub
huggingface-cli download venkat-datasets/youtube-dataset --repo-type dataset --local-dir ./youtube-dataset-hf
cd youtube-dataset-hf
for z in unmask/batch_*.zip; do unzip -o "$z" -d .; done
for z in mask/batch_*.zip; do unzip -o "$z" -d .; done
# Result: ./unmask/* and ./mask/*
Each zip stores paths as unmask/<file> or mask/<file> — extract at the folder that contains unmask/ and mask/ batch zips.
Batches
See manifest.json for file lists per batch.
- Downloads last month
- 129