--- license: cc-by-4.0 size_categories: - 1K/ # 4 runs │ ├── all/ │ ├── clean/ │ ├── filtered_out/ │ └── multiperson/ │ ├── aerial/ │ │ ├── rgb/ # PNG frames │ │ ├── gt_bbox/ # Frames with bounding boxes rendered on image │ │ ├── acceleration/ # JSON sensor stream │ │ ├── attitude/ # JSON sensor stream │ │ ├── gps_position/ # JSON RTK GPS stream │ │ └── *.json # Additional odometry data │ └── ground/ │ └── └── 04-14/ # Camouflage Scenario └── / # 3 runs ├── all/ ├── clean/ ├── partial_occlusion/ └── full_occlusion/ ├── aerial/ │ └── └── ground/ └── ``` ## Data Fields Each aerial and ground platform folder contains the following topics: | Folder / File | Format | Description | |---|---|---| | `rgb/` | PNG | Raw RGB frames from the platform camera | | `gt_bbox/` | PNG | Corresponding frames with ground-truth bounding boxes rendered on the image | | `acceleration/` | JSON | IMU linear acceleration stream | | `attitude/` | JSON | Platform orientation / attitude stream | | `gps_position/` | JSON | RTK GPS position stream | | `*.json` | JSON | Additional odometry and platform state data | ## Citation ```bibtex @article{co-glance2026, title={Co-GLANCE: Uncertainty-Aware Active Perception for Heterogeneous Robot Teaming}, author={Redacted until publication}, journal={Redacted until publication}, year={2026} } ``` ## License This dataset is released under the [Creative Commons Attribution 4.0 International License (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/).