Home › Code › bbox_overlaps

bbox_overlaps

Syntologyentry name in harvested coderead from the graph 2026-09-24

bbox_overlaps appears in the code Syntology harvested for 20 papers, as 15 distinct code bodies found in 21 places (a place is one code body under one paper). At least one of them ran in 5 of the papers; 1 of the code bodies carries a behaviour fingerprint.

What this page is not. Routines are grouped here by the exact string of their function or class name. Nothing asserts that two samples named bbox_overlaps do the same thing, share code, or are comparable; the name is a string, not an identity. Behaviour outputs (what a fingerprinted sample returned on the shared battery) are not in this export and are not shown here; the graph at syntology.ai holds them. "Ran" means executed on a synthesized fixture, not that the code is correct or reproduces a paper.

Samples Syntology

Syntology ran 4 of the 15 distinct code bodies named bbox_overlaps; 11 are unverified. One tile per status, in the site's fixed vocabulary, each code body counted once:

1ran · honoured contract
0ran · violated contract
0ran · our draft was wrong
0ran · fixture could not drive it
3ran
11unverified
1fingerprinted

Licence is a property of each copy, so it is counted per place: 3 of the 21 places are pointer only (Syntology does not serve that copy's text). This site shows no code text for any sample; every row below links to the file in its repository where the record names one.

“Ran” means the sample executed on a synthesized input; it does not mean the output is correct. “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, and those samples did run. The ran count above is every status except unverified, the same rule as each paper page.

Papers

20 papers shown of 20, newest first; 21 places in the table. A paper with no recorded date is placed by the month its arXiv id encodes, shown in the Date column as YYYY-MM (from id). One row per place: a paper whose repository defines the name more than once appears more than once, and the same code body held for several papers appears once under each, with the same status. Titles and dates are the archive's archive 2025-07-28 for papers in the archive; 2 papers have no page here and are shown by arXiv id only. Status and fingerprint are Syntology's record of each code body; licence is recorded for each place. The File cell ends with the code body's 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.

PaperDateFileStatus SyntologyLicence
SCORE: Scene Context Matters in Open-Vocabulary Remote Sensing Instance Segmentation 17 Jul 2025 HuangShiqi128/SCORE/score/evaluation/ins_seg_evaluation_gzero_utils/bbox_overlaps.py ff38c0c0ab1871da unverified Apache-2.0 (permissive)
GraspCoT: Integrating Physical Property Reasoning for 6-DoF Grasping under Flexible Language Instructions 20 Mar 2025 cxmomo/GraspCoT/llava/model/match_cost.py c36f5853e184effd unverified MIT (permissive)
ActionVOS: Actions as Prompts for Video Object Segmentation 10 Jul 2024 ut-vision/ActionVOS/RF_ActionVOS/transforms_video_actionvos.py 7c937078b0c16a7d ran no licence file found · pointer only
Revisiting Referring Expression Comprehension Evaluation in the Era of Large Multimodal Models 24 Jun 2024 jierunchen/ref-l4/ref_l4/overlaps.py ba3cd93918de5e4c ran MIT (permissive)
Far3D: Expanding the Horizon for Surround-view 3D Object Detection 18 Aug 2023 megvii-research/far3d/projects/mmdet3d_plugin/datasets/eval_recall.py f30d494fcdfd8f03 ran licence not identified · pointer only
Rigidity-Aware Detection for 6D Object Pose Estimation 22 Mar 2023 YangHai-1218/RADet/radet/core/evaluation/bbox_overlaps.py c21eb325c33ec5d7 unverified Apache-2.0 (permissive)
PP-YOLOE: An evolved version of YOLO 30 Mar 2022 Nioolek/PPYOLOE_pytorch/ppyoloe/bbox/iou2d_calculator.py ba3cd93918de5e4c ran Apache-2.0 (permissive)
Relieving Long-tailed Instance Segmentation via Pairwise Class Balance 8 Jan 2022 2023-MindSpore-1/ms-code-105/src/dataset.py 48b4b7f4e22caf1d unverified MIT (permissive)
Fully Convolutional Scene Graph Generation 30 Mar 2021 liuhengyue/fcsgg/fcsgg/evaluation/sgg_evaluation.py 89aaff16a975e560 unverified MIT (permissive)
Comprehensive Attention Self-Distillation for Weakly-Supervised Object Detection 22 Oct 2020 DeLightCMU/CASD/lib/nets/network.py 228dac9e7f5a48c9 ran · honoured contract fingerprinted no licence file found · pointer only
Omni-sourced Webly-supervised Learning for Video Recognition 29 Mar 2020 open-mmlab/mmaction/mmaction/core/bbox2d/geometry.py d65ea05c493bc2d8 unverified Apache-2.0 (permissive)
Satellite Pose Estimation with Deep Landmark Regression and Nonlinear Pose Refinement 30 Aug 2019 BoChenYS/satellite-pose-estimation/object_detection/GetIOU.py 48b4b7f4e22caf1d unverified MIT (permissive)
Class-balanced Grouping and Sampling for Point Cloud 3D Object Detection 26 Aug 2019 poodarchu/Det3D/det3d/core/bbox/iou.py 93aa32a1463f1fad unverified Apache-2.0 (permissive)
MMDetection: Open MMLab Detection Toolbox and Benchmark 17 Jun 2019 YeLyuUT/MMDET/mmdet/core/bbox/geometry.py d65ea05c493bc2d8 unverified Apache-2.0 (permissive)
MMDetection: Open MMLab Detection Toolbox and Benchmark 17 Jun 2019 HAOCHENYE/yehc_mmdet/mmdet/core/evaluation/bbox_overlaps.py c21eb325c33ec5d7 unverified Apache-2.0 (permissive)
CornerNet-Lite: Efficient Keypoint Based Object Detection 18 Apr 2019 princeton-vl/CornerNet-Lite/core/sample/cornernet_saccade.py 60533f474c215b10 unverified BSD-3-Clause (permissive)
Detecting Lesion Bounding Ellipses With Gaussian Proposal Networks 25 Feb 2019 baidu-research/GPN/model/bbox_transform.py 7b01de75cb0236fc unverified Apache-2.0 (permissive)
Mask R-CNN 20 Mar 2017 hellohaozheng/maskrcnn-mindspore/dataset/dataset.py 877a057aa182bb54 unverified Apache-2.0 (permissive)
Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks 4 Jun 2015 JoegameZhou/hrnetv2/src/dataset.py 48b4b7f4e22caf1d unverified Apache-2.0 (permissive)
arXiv:aaai_25418 Shinetism/VStates/utils/box_utils.py 56974e694f5d09b0 unverified MIT (permissive)
arXiv:Zhou_Slot-VPS_Object-Centric_Representation_Learning_for_Video_Panoptic_Segmentation_CVPR_2022_paper SAITPublic/SlotVPS/mmdet/core/evaluation/bbox_overlaps.py 48b4b7f4e22caf1d unverified Apache-2.0 (permissive)

This site shows no code text; each File cell links to the file on GitHub at the repository's current default branch, which may have changed since the 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 cell for the reason. Per-sample records for a paper are on its paper page under "Code Syntology ran".

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