prakharbh commited on
Commit
92a6e20
·
verified ·
1 Parent(s): c50660d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +154 -15
README.md CHANGED
@@ -26,33 +26,172 @@ configs:
26
  path:
27
  - scene_03_04/raw/gt_pairs.csv
28
  ---
29
- ### Cross-View Urban Traffic Dataset - Subset
 
 
 
 
 
 
 
 
 
 
 
 
 
30
 
31
  ## Dataset Summary
32
- The Cross-View Urban Traffic Dataset (CVUTD) is a benchmark for cross-view urban traffic perception built from synchronized ego-centric bicycle videos and aerial drone videos recorded at real urban intersections in Regensburg, Germany.
33
 
34
- The dataset is designed to support two linked tasks:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
 
36
- Cross-view identity matching between street-view and drone-view object tracks
 
 
 
 
 
 
37
 
38
- Ego-to-BEV prediction using aerial supervision
 
 
 
 
 
39
 
40
- The benchmark focuses on intersection-centric traffic analysis, where local interactions, identity preservation, and global spatial structure must be reasoned about jointly across views.
41
 
42
- ## Dataset Structure
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
 
44
- A typical scene contains:
45
 
46
- - synchronized street-view video
47
 
48
- - synchronized drone-view video
 
 
 
 
49
 
50
- - street-view detection/tracking CSV
51
 
52
- - drone-view detection/tracking CSV
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
 
54
- - verified cross-view correspondences
55
 
56
- - processed wedge-filtered matching artifacts
57
 
58
- - alignment metadata for BEV evaluation
 
 
 
 
 
 
 
 
26
  path:
27
  - scene_03_04/raw/gt_pairs.csv
28
  ---
29
+ # Cross-View Urban Traffic Subset Dataset
30
+
31
+ This repository provides a **representative sample** of the **Cross-View Urban Traffic Dataset (CVUTD)** for reviewer inspection and qualitative verification.
32
+
33
+ The subset is intended to let reviewers:
34
+ - inspect the raw and annotated data format,
35
+ - verify annotation quality,
36
+ - understand the cross-view correspondence structure,
37
+ - and assess the benchmark design without downloading the full dataset.
38
+
39
+ The **full dataset** is hosted separately and is available at submission time:
40
+ - **Full dataset:** https://huggingface.co/datasets/prakharbh/CrossViewUrbanTrafficDataset
41
+
42
+ ---
43
 
44
  ## Dataset Summary
 
45
 
46
+ The Cross-View Urban Traffic Dataset is a benchmark for **cross-view urban traffic perception** built from synchronized:
47
+ - **ego-centric bicycle-mounted videos**, and
48
+ - **aerial drone videos**
49
+
50
+ recorded over real urban intersections.
51
+
52
+ The benchmark supports two linked tasks:
53
+ 1. **Cross-view identity matching** between street-view and drone-view object tracks
54
+ 2. **Ego-to-BEV prediction** using aerial supervision
55
+
56
+ This subset repository contains a **small but representative sample scene** from the full dataset.
57
+
58
+ ---
59
+
60
+ ## What This Subset Contains
61
+
62
+ This subset contains one representative scene with synchronized cross-view traffic data and benchmark annotations.
63
+
64
+ Typical files included are:
65
+ - `street.mp4` or `street_annotated.mp4`
66
+ - `drone.mp4` or `drone_annotated.mp4`
67
+ - `street_annotations.csv`
68
+ - `drone_annotations.csv`
69
+ - `gt_pairs.csv`
70
+
71
+ Depending on the uploaded version, additional processed files may also be present:
72
+ - `frame_matches.csv`
73
+ - `track_mapping.csv`
74
+ - `coord_align.csv`
75
+
76
+ These files are sufficient for reviewers to inspect:
77
+ - scene structure,
78
+ - tracked detections in both views,
79
+ - manually verified cross-view ground-truth correspondences,
80
+ - and the benchmark’s tabular annotation format.
81
+
82
+ ---
83
+
84
+ ## How This Sample Was Created
85
+
86
+ This subset was created by selecting **one complete scene** from the full benchmark release and publishing its associated benchmark files as a lightweight, reviewable sample.
87
+
88
+ The sample was chosen to be **representative** of the full dataset in the following ways:
89
+ - it contains synchronized **ego-view and drone-view** observations of the same urban intersection scene,
90
+ - it includes tracked traffic participants in both views,
91
+ - it contains manually verified **cross-view identity correspondences** in `gt_pairs.csv`,
92
+ - and it reflects the same annotation and preprocessing format used throughout the full dataset.
93
+
94
+ This subset is **not a different dataset** and does not use a different processing pipeline. It is simply a reduced release of the same benchmark format used in the full dataset.
95
+
96
+ ---
97
+
98
+ ## File Format Description
99
+
100
+ ### `street_annotations.csv`
101
+ Street-view tracked detections, typically including:
102
+ - frame index
103
+ - track ID
104
+ - class label
105
+ - bounding box coordinates
106
 
107
+ ### `drone_annotations.csv`
108
+ Drone-view tracked detections, typically including:
109
+ - frame index
110
+ - track ID
111
+ - class label
112
+ - bounding box coordinates
113
+ - metric world coordinates (when available)
114
 
115
+ ### `gt_pairs.csv`
116
+ Human-verified cross-view ground-truth correspondences:
117
+ - `scene_id`
118
+ - `street_track_id`
119
+ - `drone_track_id`
120
+ - `class_name`
121
 
122
+ This file defines the benchmark identity supervision linking street-view and drone-view tracks.
123
 
124
+ ---
125
+
126
+ ## Intended Purpose of the Subset
127
+
128
+ This subset is provided to support:
129
+ - reviewer inspection,
130
+ - format verification,
131
+ - benchmark transparency,
132
+ - and lightweight qualitative inspection of the released data.
133
+
134
+ It is **not intended** to replace the full dataset for training or large-scale benchmarking.
135
+
136
+ For full experiments, use the complete dataset release:
137
+ - https://huggingface.co/datasets/prakharbh/CrossViewUrbanTrafficDataset
138
+
139
+ ---
140
 
141
+ ## Relationship to the Full Dataset
142
 
143
+ This repository is a **subset release** of the full Cross-View Urban Traffic Dataset.
144
 
145
+ The full dataset contains:
146
+ - multiple urban intersections,
147
+ - substantially more tracked traffic participants,
148
+ - more cross-view correspondences,
149
+ - and the full benchmark scope used in the paper.
150
 
151
+ This subset exists only to provide a compact and accessible sample for inspection and review.
152
 
153
+ ---
154
+
155
+ ## Privacy and Anonymization
156
+
157
+ The data were recorded in real urban traffic environments. To support responsible release:
158
+ - human faces are anonymized,
159
+ - vehicle license plates are anonymized,
160
+ - and the subset is intended only for research and benchmark inspection.
161
+
162
+ The dataset is **not intended** for surveillance, face recognition, license-plate recognition, or person re-identification.
163
+
164
+ ---
165
+
166
+ ## License
167
+
168
+ This subset is released under the same license as the full dataset:
169
+
170
+ **CC-BY-NC-ND 4.0**
171
+
172
+ Please refer to the full dataset page for release details and usage conditions.
173
+
174
+ ---
175
+
176
+ ## Code and Benchmark Pipeline
177
+
178
+ Code, preprocessing scripts, annotation tools, baseline implementations, and evaluation scripts are available at:
179
+
180
+ - **GitHub repository:** https://github.com/oth-aifiud/Cross-View-Urban-Traffic-Dataset
181
+
182
+ For whole-dataset processing and evaluation across multiple scenes, use the batch scripts in the `batch_scripts/` directory of the code repository.
183
+
184
+ ---
185
 
186
+ ## Citation
187
 
188
+ If you use this dataset or subset in research, please cite the associated paper and dataset release.
189
 
190
+ ```bibtex
191
+ @misc{crossviewurbantrafficdataset,
192
+ title={Cross-View Urban Traffic Dataset},
193
+ author={Prakhar Bhardwaj and collaborators},
194
+ year={2026},
195
+ howpublished={Hugging Face dataset repository},
196
+ url={https://huggingface.co/datasets/prakharbh/CrossViewUrbanTrafficDataset}
197
+ }