Dataset Viewer
Auto-converted to Parquet Duplicate
scene_id
stringclasses
1 value
street_track_id
int64
4
22.2k
drone_track_id
int64
3
2.04k
class_name
stringclasses
6 values
scene03_04
290
4
bicycle
scene03_04
2,000
282
motorcycle
scene03_04
1,852
183
person
scene03_04
1,659
307
car
scene03_04
8,163
739
bicycle
scene03_04
8,632
871
person
scene03_04
3,849
478
truck
scene03_04
3,448
4
bicycle
scene03_04
4,838
542
truck
scene03_04
6,731
1,062
truck
scene03_04
6,727
607
truck
scene03_04
7,803
605
truck
scene03_04
7,956
520
car
scene03_04
9,283
984
car
scene03_04
9,431
1,020
truck
scene03_04
9,067
1,071
car
scene03_04
4
4
bicycle
scene03_04
16
307
car
scene03_04
124
7
person
scene03_04
228
307
car
scene03_04
341
6
bicycle
scene03_04
2,218
4
bicycle
scene03_04
2,798
183
person
scene03_04
6,858
606
bicycle
scene03_04
6,995
1,062
truck
scene03_04
7,460
606
bicycle
scene03_04
10,950
1,062
truck
scene03_04
10,789
605
truck
scene03_04
10,897
1,071
car
scene03_04
12,969
1,208
car
scene03_04
12,875
997
bicycle
scene03_04
12,958
1,072
person
scene03_04
17,473
1,621
motorcycle
scene03_04
17,372
1,616
truck
scene03_04
17,264
1,602
car
scene03_04
18,111
1,714
bus
scene03_04
18,035
1,240
car
scene03_04
18,130
1,880
car
scene03_04
18,667
1,757
bus
scene03_04
18,694
1,714
bus
scene03_04
18,722
1,844
car
scene03_04
4,297
520
car
scene03_04
4,552
4
bicycle
scene03_04
6,003
606
bicycle
scene03_04
5,595
605
truck
scene03_04
7,196
605
truck
scene03_04
11,770
1,013
bicycle
scene03_04
11,855
1,122
truck
scene03_04
12,603
1,198
truck
scene03_04
13,380
1,048
person
scene03_04
13,887
1,635
car
scene03_04
18,488
1,880
car
scene03_04
1,033
307
car
scene03_04
1,398
197
car
scene03_04
1,634
3
car
scene03_04
1,748
87
person
scene03_04
1,922
87
person
scene03_04
2,721
183
person
scene03_04
3,183
444
bicycle
scene03_04
3,798
461
motorcycle
scene03_04
3,927
492
truck
scene03_04
4,879
534
car
scene03_04
6,884
605
truck
scene03_04
7,090
605
truck
scene03_04
7,267
737
person
scene03_04
8,064
605
truck
scene03_04
16,555
1,616
truck
scene03_04
16,638
1,501
truck
scene03_04
7,340
771
truck
scene03_04
7,475
605
truck
scene03_04
8,862
871
person
scene03_04
9,963
1,020
truck
scene03_04
15,132
1,439
bicycle
scene03_04
15,742
1,491
truck
scene03_04
17,567
1,621
motorcycle
scene03_04
22,203
2,044
truck
scene03_04
17,519
1,491
truck

Cross-View Urban Traffic Subset Dataset

This repository provides a representative sample of the Cross-View Urban Traffic Dataset (CVUTD) for reviewer inspection and qualitative verification.

The subset is intended to let reviewers:

  • inspect the raw and annotated data format,
  • verify annotation quality,
  • understand the cross-view correspondence structure,
  • and assess the benchmark design without downloading the full dataset.

The full dataset is hosted separately and is available at submission time:


Dataset Summary

The Cross-View Urban Traffic Dataset is a benchmark for cross-view urban traffic perception built from synchronized:

  • ego-centric bicycle-mounted videos, and
  • aerial drone videos

recorded over real urban intersections.

The benchmark supports two linked tasks:

  1. Cross-view identity matching between street-view and drone-view object tracks
  2. Ego-to-BEV prediction using aerial supervision

This subset repository contains a small but representative sample scene from the full dataset.


What This Subset Contains

This subset contains one representative scene with synchronized cross-view traffic data and benchmark annotations.

Typical files included are:

  • street.mp4 or street_annotated.mp4
  • drone.mp4 or drone_annotated.mp4
  • street_annotations.csv
  • drone_annotations.csv
  • gt_pairs.csv

Depending on the uploaded version, additional processed files may also be present:

  • frame_matches.csv
  • track_mapping.csv
  • coord_align.csv

These files are sufficient for reviewers to inspect:

  • scene structure,
  • tracked detections in both views,
  • manually verified cross-view ground-truth correspondences,
  • and the benchmark’s tabular annotation format.

How This Sample Was Created

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.

The sample was chosen to be representative of the full dataset in the following ways:

  • it contains synchronized ego-view and drone-view observations of the same urban intersection scene,
  • it includes tracked traffic participants in both views,
  • it contains manually verified cross-view identity correspondences in gt_pairs.csv,
  • and it reflects the same annotation and preprocessing format used throughout the full dataset.

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.


File Format Description

street_annotations.csv

Street-view tracked detections, typically including:

  • frame index
  • track ID
  • class label
  • bounding box coordinates

drone_annotations.csv

Drone-view tracked detections, typically including:

  • frame index
  • track ID
  • class label
  • bounding box coordinates
  • metric world coordinates (when available)

gt_pairs.csv

Human-verified cross-view ground-truth correspondences:

  • scene_id
  • street_track_id
  • drone_track_id
  • class_name

This file defines the benchmark identity supervision linking street-view and drone-view tracks.


Intended Purpose of the Subset

This subset is provided to support:

  • reviewer inspection,
  • format verification,
  • benchmark transparency,
  • and lightweight qualitative inspection of the released data.

It is not intended to replace the full dataset for training or large-scale benchmarking.

For full experiments, use the complete dataset release:


Relationship to the Full Dataset

This repository is a subset release of the full Cross-View Urban Traffic Dataset.

The full dataset contains:

  • multiple urban intersections,
  • substantially more tracked traffic participants,
  • more cross-view correspondences,
  • and the full benchmark scope used in the paper.

This subset exists only to provide a compact and accessible sample for inspection and review.


Privacy and Anonymization

The data were recorded in real urban traffic environments. To support responsible release:

  • human faces are anonymized,
  • vehicle license plates are anonymized,
  • and the subset is intended only for research and benchmark inspection.

The dataset is not intended for surveillance, face recognition, license-plate recognition, or person re-identification.


License

This subset is released under the same license as the full dataset:

CC-BY-NC-ND 4.0

Please refer to the full dataset page for release details and usage conditions.


Code and Benchmark Pipeline

Code, preprocessing scripts, annotation tools, baseline implementations, and evaluation scripts are available at:

For whole-dataset processing and evaluation across multiple scenes, use the batch scripts in the batch_scripts/ directory of the code repository.


Citation

If you use this dataset or subset in research, please cite the associated paper and dataset release.

@misc{crossviewurbantrafficdataset,
  title={Cross-View Urban Traffic Dataset},
  author={Prakhar Bhardwaj and collaborators},
  year={2026},
  howpublished={Hugging Face dataset repository},
  url={https://huggingface.co/datasets/prakharbh/CrossViewUrbanTrafficDataset}
}
Downloads last month
105