datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
open-r1-video-4kVideo2BEV-Open
Video2BEV-Open
Yet another distribution of the dataset from the paper: 📜 Video2BEV
Package and Data Structure
Package
The dataset is archived using Zstandard compression, e.g., train-shard00.tar.zst or test-shard01.tar.zst.
Extract with the command
tar xaf train-shard00.tar.zst
Extract all
for file in {train,test}-shard*.tar.zst; do
tar xaf "$file"
done
Data Structure
A dataset entry looks like:
# /train
0000
├── drone
│ ├──… See the full description on the dataset page: https://huggingface.co/datasets/NinZeige/Video2BEV-Open.
