Add paper link and update task categories

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +28 -17
README.md CHANGED
@@ -1,25 +1,29 @@
1
  ---
2
- viewer: false
3
  license: cc-by-4.0
 
 
4
  task_categories:
5
- - object-detection
 
 
 
6
  tags:
7
- - aerial-ground
8
- - multi-robot
9
- - person-detection
10
- - occlusion
11
- - ros2
12
- - outdoor
13
- - synchronized
14
- size_categories:
15
- - 1K<n<10K
16
  ---
17
 
18
  # Co-GLANCE Dataset
19
 
 
 
20
  ## Dataset Summary
21
 
22
- [Co-GLANCE](co-glance.github.io) is a real-world aerial–ground synchronized dataset for person detection and multi-robot perception research. It provides over 4,000 synchronized RGB frames from aerial and ground viewpoints across two outdoor collection events, recorded on semi-structured terrain. Unlike simulation-based or road-scene datasets, Co-GLANCE offers raw sensor streams from heterogeneous robot platforms alongside ground-truth bounding box annotations, making it suitable for evaluating perception stacks under realistic conditions including occlusion, camouflage, and multi-person scenes.
23
 
24
  Raw ROS 2 bag files from both platforms are also released separately to support broader evaluation of perception and autonomy stacks beyond static image benchmarks.
25
 
@@ -27,7 +31,7 @@ Raw ROS 2 bag files from both platforms are also released separately to support
27
 
28
  The dataset is organized into two collection scenarios:
29
 
30
- | | Construction Scenario (2025-03-30) | Camouflage Scenario (2025-04-14) |
31
  |---|---|---|
32
  | **Scenario** | A construction worker walks through a construction site, followed by a ground robot and an aerial robot recording the scene. | Two individuals wearing camouflage attempt to move through a visually occluded area. |
33
  | **Ground Hardware** | GoPro HERO 10 | Boston Dynamics Spot — front-left and front-right cameras (stitched) |
@@ -44,11 +48,11 @@ Each run is split into scene-type categories depending on the event:
44
 
45
  | Category | Construction Scenario (03-30) | Camouflage Scenario (04-14) |
46
  |---|---|---|
47
- | **Clean** | Scenes with exactly one person clearly visible. Represents the primary target for single-person detection and tracking. | Scenes where both individuals are fully visible with no occlusion. |
48
  | **Filtered Out** | Scenes with no humans present. Excluded from primary detection analysis. | — |
49
  | **Multiperson** | Scenes where more than one person is visible simultaneously. | — |
50
- | **Partial Occlusion** | — | Scenes where one or both individuals are partially hidden by environmental features. |
51
- | **Full Occlusion** | — | Scenes where one or both individuals are completely obscured from view. |
52
 
53
  ## Frame Counts
54
 
@@ -120,7 +124,14 @@ Each aerial and ground platform folder contains the following topics:
120
 
121
  ## Citation
122
 
123
- > Citation will be added upon publication.
 
 
 
 
 
 
 
124
 
125
  ## License
126
 
 
1
  ---
 
2
  license: cc-by-4.0
3
+ size_categories:
4
+ - 1K<n<10K
5
  task_categories:
6
+ - object-detection
7
+ - robotics
8
+ - image-segmentation
9
+ viewer: false
10
  tags:
11
+ - aerial-ground
12
+ - multi-robot
13
+ - person-detection
14
+ - occlusion
15
+ - ros2
16
+ - outdoor
17
+ - synchronized
 
 
18
  ---
19
 
20
  # Co-GLANCE Dataset
21
 
22
+ [**Project Page**](https://co-glance.github.io/)
23
+
24
  ## Dataset Summary
25
 
26
+ [Co-GLANCE](https://co-glance.github.io) is a real-world aerial–ground synchronized dataset for person detection and multi-robot perception research. It provides over 4,000 synchronized RGB frames from aerial and ground viewpoints across two outdoor collection events, recorded on semi-structured terrain. Unlike simulation-based or road-scene datasets, Co-GLANCE offers raw sensor streams from heterogeneous robot platforms alongside ground-truth bounding box annotations, making it suitable for evaluating perception stacks under realistic conditions including occlusion, camouflage, and multi-person scenes.
27
 
28
  Raw ROS 2 bag files from both platforms are also released separately to support broader evaluation of perception and autonomy stacks beyond static image benchmarks.
29
 
 
31
 
32
  The dataset is organized into two collection scenarios:
33
 
34
+ | | Construction Scenario (2026-03-30) | Camouflage Scenario (2026-04-14) |
35
  |---|---|---|
36
  | **Scenario** | A construction worker walks through a construction site, followed by a ground robot and an aerial robot recording the scene. | Two individuals wearing camouflage attempt to move through a visually occluded area. |
37
  | **Ground Hardware** | GoPro HERO 10 | Boston Dynamics Spot — front-left and front-right cameras (stitched) |
 
48
 
49
  | Category | Construction Scenario (03-30) | Camouflage Scenario (04-14) |
50
  |---|---|---|
51
+ | **Clean** | Scenes with exactly one person clearly visible. Represents the primary target for single-person detection and tracking. | Scenes where both individuals are at least partially visible. |
52
  | **Filtered Out** | Scenes with no humans present. Excluded from primary detection analysis. | — |
53
  | **Multiperson** | Scenes where more than one person is visible simultaneously. | — |
54
+ | **Partial Occlusion** | — | Scenes where one individual is completely occluded by environmental features. |
55
+ | **Full Occlusion** | — | Scenes where both individuals are completely occluded, in at least one viewpoint. |
56
 
57
  ## Frame Counts
58
 
 
124
 
125
  ## Citation
126
 
127
+ ```bibtex
128
+ @article{co-glance2026,
129
+ title={Co-GLANCE: Uncertainty-Aware Active Perception for Heterogeneous Robot Teaming},
130
+ author={Redacted until publication},
131
+ journal={Redacted until publication},
132
+ year={2026}
133
+ }
134
+ ```
135
 
136
  ## License
137