{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/cityscapes-panoptic-parts-and-pascal-panoptic","title":"Cityscapes-Panoptic-Parts and PASCAL-Panoptic-Parts datasets for Scene Understanding","arxiv_id":"2004.07944","date":"2020-04-16","proceeding":null,"authors":["Panagiotis Meletis","Xiaoxiao Wen","Chenyang Lu","Daan de Geus","Gijs Dubbelman"],"abstract":"In this technical report, we present two novel datasets for image scene understanding. Both datasets have annotations compatible with panoptic segmentation and additionally they have part-level labels for selected semantic classes. This report describes the format of the two datasets, the annotation protocols, the merging strategies, and presents the datasets statistics. The datasets labels together with code for processing and visualization will be published at https://github.com/tue-mps/panoptic_parts.","url_abs":"https://arxiv.org/abs/2004.07944v1","url_pdf":"https://arxiv.org/pdf/2004.07944v1.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"cityscapes-panoptic-parts-and-pascal-panoptic","repo_url":"https://github.com/tue-mps/panoptic_parts","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"cityscapes-panoptic-parts-and-pascal-panoptic","repo_url":"https://github.com/chufengt/ViRReq","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"cityscapes-panoptic-parts-and-pascal-panoptic","repo_url":"https://github.com/chufengt/Visual-Recognition-by-Request","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"cityscapes-panoptic-parts-and-pascal-panoptic","repo_url":"https://github.com/pmeletis/panoptic_parts","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"human-part-segmentation","task_name":"Human Part Segmentation"},{"task_slug":"panoptic-segmentation","task_name":"Panoptic Segmentation"},{"task_slug":"part-level-panoptic-segmentation","task_name":"Part-aware Panoptic Segmentation"},{"task_slug":"scene-understanding","task_name":"Scene Understanding"},{"task_slug":"semantic-parsing","task_name":"Semantic Parsing"},{"task_slug":"semantic-segmentation","task_name":"Semantic Segmentation"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2004.07944","atlas_url":"https://app.syntology.ai/?focus=2004.07944","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2004.07944"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/chufengt/ViRReq","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/chufengt/Visual-Recognition-by-Request","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/tue-mps/panoptic_parts","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/pmeletis/panoptic_parts","reach":null}],"summary":{"ran_draft_wrong":1,"ran_honours":1,"unverified":4},"by_repo_kind":{"listed":{"samples":6,"ran":2,"repositories":2}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"c6704fa8b1518821","entry":"filepaths_pairs_fn_OLD","repo":"pmeletis/panoptic_parts","repo_kind":"listed","path":"panoptic_parts/evaluation/eval_PartPQ.py","file_url":"https://github.com/pmeletis/panoptic_parts/blob/HEAD/panoptic_parts/evaluation/eval_PartPQ.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"c6704fa8b1518821"}},{"code_sha256_prefix":"8e9c1d96b586dcc6","entry":"pred_reader_fn","repo":"pmeletis/panoptic_parts","repo_kind":"listed","path":"panoptic_parts/evaluation/eval_PartPQ.py","file_url":"https://github.com/pmeletis/panoptic_parts/blob/HEAD/panoptic_parts/evaluation/eval_PartPQ.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"8e9c1d96b586dcc6"}},{"code_sha256_prefix":"8d7cbe4060a772e1","entry":"compute_ctrness_targets","repo":"chufengt/Visual-Recognition-by-Request","repo_kind":"listed","path":"instance-segmentation/adet/modeling/fcos_by_request/fcos_outputs.py","file_url":"https://github.com/chufengt/Visual-Recognition-by-Request/blob/HEAD/instance-segmentation/adet/modeling/fcos_by_request/fcos_outputs.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"8d7cbe4060a772e1"}},{"code_sha256_prefix":"908ea6d774830de1","entry":"patch_ProposalNetwork","repo":"chufengt/Visual-Recognition-by-Request","repo_kind":"listed","path":"instance-segmentation/onnx/export_model_to_onnx.py","file_url":"https://github.com/chufengt/Visual-Recognition-by-Request/blob/HEAD/instance-segmentation/onnx/export_model_to_onnx.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"908ea6d774830de1"}},{"code_sha256_prefix":"8e78a0e420b48e9a","entry":"patch_blendmask","repo":"chufengt/Visual-Recognition-by-Request","repo_kind":"listed","path":"instance-segmentation/onnx/export_model_to_onnx.py","file_url":"https://github.com/chufengt/Visual-Recognition-by-Request/blob/HEAD/instance-segmentation/onnx/export_model_to_onnx.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"8e78a0e420b48e9a"}},{"code_sha256_prefix":"36c4086272a9e7f4","entry":"patch_condinst","repo":"chufengt/Visual-Recognition-by-Request","repo_kind":"listed","path":"instance-segmentation/onnx/export_model_to_onnx.py","file_url":"https://github.com/chufengt/Visual-Recognition-by-Request/blob/HEAD/instance-segmentation/onnx/export_model_to_onnx.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"36c4086272a9e7f4"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}