Papers › BOP Challenge 2020 on 6D Object Localization

BOP Challenge 2020 on 6D Object Localization

15 Sep 2020arXiv:2009.07378archive 2025-07-28

Tomas Hodan, Martin Sundermeyer, Bertram Drost, Yann Labbe, Eric Brachmann, Frank Michel, Carsten Rother, Jiri Matas

This paper presents the evaluation methodology, datasets, and results of the BOP Challenge 2020, the third in a series of public competitions organized with the goal to capture the status quo in the field of 6D object pose estimation from an RGB-D image. In 2020, to reduce the domain gap between synthetic training and real test RGB images, the participants were provided 350K photorealistic training images generated by BlenderProc4BOP, a new open-source and light-weight physically-based renderer (PBR) and procedural data generator. Methods based on deep neural networks have finally caught up with methods based on point pair features, which were dominating previous editions of the challenge. Although the top-performing methods rely on RGB-D image channels, strong results were achieved when only RGB channels were used at both training and test time - out of the 26 evaluated methods, the third method was trained on RGB channels of PBR and real images, while the fifth on RGB channels of PBR images only. Strong data augmentation was identified as a key component of the top-performing CosyPose method, and the photorealism of PBR images was demonstrated effective despite the augmentation. The online evaluation system stays open and is available on the project website: bop.felk.cvut.cz.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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="2009.07378")

Code

Syntology Ran 6 of 30 code samples harvested from 3 repositories linked to this paper; 24 have no recorded run. Of those that ran: 2 ran · honoured contract; 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 2 ran with no contract checked.

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

thodan/bop_toolkit officialmentioned in paperpytorchMIT report
DLR-RM/BlenderProc mentioned in paperGPL-3.0 report
azad96/cosypose-custom mentioned on GitHubpytorchMIT report
hz-ants/cosypose-Base-on-multi-view mentioned on GitHubpytorchMIT report
ylabbe/cosypose mentioned on GitHubpytorchMIT 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

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

2ran · honoured contract
1ran · our draft was wrong
1ran · fixture could not drive it
2ran
24unverified

Licence: 0 of the 30 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 3 repositories linked to this paper, official or community; each sample names its own and says which. “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.

adjust_depth_for_plt thodan/bop_toolkit/bop_toolkit_lib/common_utils.py official repository unverified MIT (permissive) · c69a4387ec96b552 · report
adjust_img_for_plt thodan/bop_toolkit/bop_toolkit_lib/common_utils.py official repository unverified MIT (permissive) · 8fd96e7df5260aed · report
cast_to_numpy thodan/bop_toolkit/bop_toolkit_lib/common_utils.py official repository unverified MIT (permissive) · 5669a17f1c3ccf86 · report
create_annotation_info thodan/bop_toolkit/bop_toolkit_lib/pycoco_utils.py official repository unverified MIT (permissive) · 23bf718b3b1bd390 · report
create_image_info thodan/bop_toolkit/bop_toolkit_lib/pycoco_utils.py official repository unverified MIT (permissive) · 576747dbe5e73de5 · report
depth_im_to_dist_im_fast thodan/bop_toolkit/bop_toolkit_lib/misc.py official repository unverified MIT (permissive) · 1ca424c67c8a52eb · report
get_env_default thodan/bop_toolkit/bop_toolkit_lib/config.py official repository unverified MIT (permissive) · 28a5d99eee8fde47 · report
get_model_params thodan/bop_toolkit/bop_toolkit_lib/dataset_params.py official repository unverified MIT (permissive) · e3a553daadce72d4 · report
get_split_params thodan/bop_toolkit/bop_toolkit_lib/dataset_params.py official repository unverified MIT (permissive) · fe847b6f76c755a5 · report
load_depth thodan/bop_toolkit/bop_toolkit_lib/inout.py official repository unverified MIT (permissive) · 1386b8ff1d40a52a · report
load_im thodan/bop_toolkit/bop_toolkit_lib/inout.py official repository unverified MIT (permissive) · f006c9de121eb346 · report
load_json thodan/bop_toolkit/bop_toolkit_lib/inout.py official repository unverified MIT (permissive) · c141d39b1c2fdf08 · report
match_poses thodan/bop_toolkit/bop_toolkit_lib/pose_matching.py official repository unverified MIT (permissive) · f80f33a4299a5fdd · report
match_poses_scene thodan/bop_toolkit/bop_toolkit_lib/pose_matching.py official repository unverified MIT (permissive) · bbd775984ad4be7e · report
merge_coco_results thodan/bop_toolkit/bop_toolkit_lib/pycoco_utils.py official repository unverified MIT (permissive) · 5620772ffbf198b4 · report
project_pts thodan/bop_toolkit/bop_toolkit_lib/misc.py official repository unverified MIT (permissive) · b986790ed6f5ec58 · report
project_pts thodan/bop_toolkit/bop_toolkit_lib/misc_torch.py official repository unverified MIT (permissive) · f740c0c95c48ec64 · report
transform_pts_Rt thodan/bop_toolkit/bop_toolkit_lib/misc_torch.py official repository unverified MIT (permissive) · 9623a17704ca80c6 · report
check_update_config azad96/cosypose-custom/cosypose/training/detector_models_cfg.py community (archive-listed) ran MIT (permissive) · e5230a68620e8256 · report
conv3x3 azad96/cosypose-custom/cosypose/models/wide_resnet.py community (archive-listed) ran · our draft was wrong MIT (permissive) · dd1114865f06f0fd · report
drop_connect azad96/cosypose-custom/cosypose/models/efficientnet_utils.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · 2dd5dfa94542911e · report
h_maskrcnn ylabbe/cosypose/cosypose/training/maskrcnn_forward_loss.py community (archive-listed) ran MIT (permissive) · a24f32c00b40d67b · report
round_filters azad96/cosypose-custom/cosypose/models/efficientnet_utils.py community (archive-listed) ran · honoured contract MIT (permissive) · 826e2e91d6a9ec09 · report
round_repeats azad96/cosypose-custom/cosypose/models/efficientnet_utils.py community (archive-listed) ran · honoured contract MIT (permissive) · 4d8e794b593d34a0 · report
cast ylabbe/cosypose/cosypose/training/maskrcnn_forward_loss.py community (archive-listed) unverified MIT (permissive) · 028fd96cb1f104c9 · report
compute_ADDS_loss azad96/cosypose-custom/cosypose/lib3d/mesh_losses.py community (archive-listed) unverified MIT (permissive) · 62b38434073127c4 · report
compute_ADD_L1_loss azad96/cosypose-custom/cosypose/lib3d/mesh_losses.py community (archive-listed) unverified MIT (permissive) · 688554cd6c13d2a4 · report
conv azad96/cosypose-custom/cosypose/models/flownet.py community (archive-listed) unverified MIT (permissive) · bd0dbd4874d575eb · report
deconv azad96/cosypose-custom/cosypose/models/flownet.py community (archive-listed) unverified MIT (permissive) · 05aaa6b1fc1c8968 · report
predict_flow azad96/cosypose-custom/cosypose/models/flownet.py community (archive-listed) unverified MIT (permissive) · 105d32c87eefda24 · report

Tasks

6D Pose Estimation6D Pose Estimation using RGB6D Pose Estimation using RGBDData AugmentationObjectObject LocalizationPose Estimation

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