--- pretty_name: SpatialUAV language: - en license: other task_categories: - visual-question-answering tags: - uav - drone - spatial-reasoning - multi-view - aerial-ground - motion-understanding - benchmark size_categories: - 1K A2G.zip sha256sum -c A2G.zip.sha256 # Linux # shasum -a 256 -c A2G.zip.sha256 # macOS ``` Extract the visual archives in the repository root: ```bash unzip A2A.zip unzip A2G.zip unzip samples_Single_Image.zip unzip samples_Motion_Understanding_Frames.zip ``` The resulting directories are: ```text SpatialUAV/ ├── samples_Single_Image/ ├── samples_A2A_Pured/ ├── samples_A2A_detected/ ├── samples_A2A_Occlusion_Removal/ ├── samples_A2G_Pured/ ├── samples_A2G_detected/ ├── samples_A2G_Path_Planning/ └── samples_Motion_Understanding_Frames/ ``` Annotation paths begin with `./SpatialUAV/` and resolve when evaluation is launched from the parent directory of the cloned repository. ## More Information For task definitions, dataset construction, evaluation metrics, model inference, and benchmark results, see the [GitHub repository](https://github.com/Hyu-Zhang/SpatialUAV) and the [SpatialUAV paper](https://arxiv.org/abs/2606.27876). ## Licensing The **code** in the [SpatialUAV GitHub repository](https://github.com/Hyu-Zhang/SpatialUAV) is released under the MIT License. The **benchmark data is not relicensed under MIT**. It is derived from multiple source datasets and remains subject to their respective licenses and terms of use. Accordingly, this Hugging Face dataset is marked with `license: other`. Users are responsible for reviewing and complying with the terms of BEDI, AirCopBench, MAVREC, AirScape, University-1652, and any upstream resources incorporated by those datasets. ## Citation If you use SpatialUAV, please cite: ```bibtex @article{zhang2026spatialuav, title = {SpatialUAV: Benchmarking Spatial Intelligence for Low-Altitude UAV Perception, Collaboration, and Motion}, author = {Zhang, Haoyu and Liu, Meng and Xiang, Qianlong and Wang, Kun and Wang, Yaowei and Nie, Liqiang}, journal = {arXiv preprint arXiv:2606.27876}, year = {2026} } ``` Please also cite the applicable source datasets when using the corresponding visual data.