Papers › Cityscapes 3D: Dataset and Benchmark for 9 DoF Vehicle Detection

Cityscapes 3D: Dataset and Benchmark for 9 DoF Vehicle Detection

14 Jun 2020arXiv:2006.07864archive 2025-07-28

Nils Gählert, Nicolas Jourdan, Marius Cordts, Uwe Franke, Joachim Denzler

Detecting vehicles and representing their position and orientation in the three dimensional space is a key technology for autonomous driving. Recently, methods for 3D vehicle detection solely based on monocular RGB images gained popularity. In order to facilitate this task as well as to compare and drive state-of-the-art methods, several new datasets and benchmarks have been published. Ground truth annotations of vehicles are usually obtained using lidar point clouds, which often induces errors due to imperfect calibration or synchronization between both sensors. To this end, we propose Cityscapes 3D, extending the original Cityscapes dataset with 3D bounding box annotations for all types of vehicles. In contrast to existing datasets, our 3D annotations were labeled using stereo RGB images only and capture all nine degrees of freedom. This leads to a pixel-accurate reprojection in the RGB image and a higher range of annotations compared to lidar-based approaches. In order to ease multitask learning, we provide a pairing of 2D instance segments with 3D bounding boxes. In addition, we complement the Cityscapes benchmark suite with 3D vehicle detection based on the new annotations as well as metrics presented in this work. Dataset and benchmark are available online.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2006.07864")

Code

Syntology Ran 3 of 18 code samples harvested from 1 repository linked to this paper; 15 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 2 ran with no contract checked.

By repository: community (archive-listed): 18 samples from 1 repository, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

mcordts/cityscapesScripts mentioned on GitHubMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 3 ran; 0 honoured the contract we drafted; 15 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
2ran
15unverified

Licence: 0 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from mcordts/cityscapesScripts. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

generateInstanceStats mcordts/cityscapesScripts/cityscapesscripts/evaluation/evalPixelLevelSemanticLabeling.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 7d4554a0bd6eb4d2 · report
get_traceback mcordts/cityscapesScripts/cityscapesscripts/evaluation/evalPanopticSemanticLabeling.py community (archive-listed) ran MIT (permissive) · 72293b35c72b14b9 · report
rgb2id mcordts/cityscapesScripts/cityscapesscripts/evaluation/evalPanopticSemanticLabeling.py community (archive-listed) ran MIT (permissive) · c4ff2054485ea288 · report
apply_transformation_points mcordts/cityscapesScripts/cityscapesscripts/helpers/box3dImageTransform.py community (archive-listed) unverified MIT (permissive) · 1fad03d954672ec0 · report
calcIouMatrix mcordts/cityscapesScripts/cityscapesscripts/evaluation/objectDetectionHelpers.py community (archive-listed) unverified MIT (permissive) · 2e4dc052748602d3 · report
calcOverlapMatrix mcordts/cityscapesScripts/cityscapesscripts/evaluation/objectDetectionHelpers.py community (archive-listed) unverified MIT (permissive) · 7cf1c6823859df30 · report
create_all_axes mcordts/cityscapesScripts/cityscapesscripts/evaluation/plot3dResults.py community (archive-listed) unverified MIT (permissive) · 779046f7b137ee1f · report
generateMatrix mcordts/cityscapesScripts/cityscapesscripts/evaluation/evalPixelLevelSemanticLabeling.py community (archive-listed) unverified MIT (permissive) · 83f120a07b1755b4 · report
getFiles mcordts/cityscapesScripts/cityscapesscripts/evaluation/objectDetectionHelpers.py community (archive-listed) unverified MIT (permissive) · 97456c01163f9e89 · report
getPrediction mcordts/cityscapesScripts/cityscapesscripts/evaluation/evalInstanceLevelSemanticLabeling.py community (archive-listed) unverified MIT (permissive) · 4117355862403f8e · report
getPrediction mcordts/cityscapesScripts/cityscapesscripts/evaluation/evalPixelLevelSemanticLabeling.py community (archive-listed) unverified MIT (permissive) · 726c752cf4432acd · report
get_available_items_scaling mcordts/cityscapesScripts/cityscapesscripts/evaluation/plot3dResults.py community (archive-listed) unverified MIT (permissive) · afc882b56c5fc8dc · report
get_projection_matrix mcordts/cityscapesScripts/cityscapesscripts/helpers/box3dImageTransform.py community (archive-listed) unverified MIT (permissive) · 83688d523b5a420f · report
instances2dict mcordts/cityscapesScripts/cityscapesscripts/evaluation/instances2dict.py community (archive-listed) unverified MIT (permissive) · cb704b28ef740287 · report
parse_size_to_bytes mcordts/cityscapesScripts/cityscapesscripts/download/downloader.py community (archive-listed) unverified MIT (permissive) · d17459eb66680bc5 · report
pq_compute_single_core mcordts/cityscapesScripts/cityscapesscripts/evaluation/evalPanopticSemanticLabeling.py community (archive-listed) unverified MIT (permissive) · 9a20bf896b7324bd · report
readGTImage mcordts/cityscapesScripts/cityscapesscripts/evaluation/evalInstanceLevelSemanticLabeling.py community (archive-listed) unverified MIT (permissive) · bc80100fca555b8d · report
readPredInfo mcordts/cityscapesScripts/cityscapesscripts/evaluation/evalInstanceLevelSemanticLabeling.py community (archive-listed) unverified MIT (permissive) · 5824e97f65f12b8d · report

Tasks

Autonomous Drivingvehicle detection

Datasets

Introduced by this paper, per the archive.

Cityscapes 3D

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections