The dataset viewer is not available for this split.
Error code: JobManagerCrashedError
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.
VoLN-UAV Dataset
This Hugging Face dataset entry is intended for the navigation data used by VoLN-UAV. The environment assets are hosted separately so that users can fetch the simulator package and the trajectory data independently.
Hugging Face Entries
- env: https://huggingface.co/datasets/Louj/VoLN-UAV-ENV
- dataset: https://huggingface.co/datasets/Louj/VoLN-UAV-dataset
Data Organization
The release package provides the benchmark inputs required by VoLN-UAV:
- scene-level Train/Validation/Test split manifests;
- route JSON files with RGB frame references and pose-derived state fields;
- benchmark metadata for scenes, episodes, and checksums;
- optional copied RGB frames under
source/frames/when the package is built incopymode.
Usage
- Download the dataset package and the
envpackage. - Unzip the dataset package.
- Set
source_rootin the benchmark config to the unzippedsource/directory. - Run
python -m voln_uav.cli.build_benchmark --config <config.yaml>.
The generated manifest.json contains the release summary and Hugging Face resource links.
Recommended Citation
Please cite the VoLN-UAV paper and this dataset repository once the manuscript metadata is finalized.
Download Layout
The dataset is provided as independent ZIP shards under metadata/, train/, val/, and test/.
Each shard is below 5 GB. Extract metadata/VoLN-UAV-metadata.zip first, then extract the
split shards you need into the same directory so that paths such as
source/frames/<scene>/<trajectory>/<frame>.png match the JSONL metadata.
The train, validation, and test splits are episode-disjoint. The test split is held out on a separate scene, while train and validation may share scenes.
Use SHA256SUMS.txt to verify downloaded shards.
- Downloads last month
- -