Home › Code › calc_iou

calc_iou

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

calc_iou appears in the code Syntology harvested for 17 papers, as 16 distinct code bodies found in 18 places (a place is one code body under one paper). At least one of them ran in 5 of the papers; 3 of the code bodies carry 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 calc_iou 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 16 distinct code bodies named calc_iou; 12 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
1ran · fixture could not drive it
2ran
12unverified
3fingerprinted

Licence is a property of each copy, so it is counted per place: 3 of the 18 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

17 papers shown of 17, newest first; 18 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; 1 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
TimeZero: Temporal Video Grounding with Reasoning-Guided LVLM 17 Mar 2025 www-ye/timezero/evaluate.py dcfb9aa7fd47c20b unverified Apache-2.0 (permissive)
HAT: History-Augmented Anchor Transformer for Online Temporal Action Localization 12 Aug 2024 sakibreza/eccv24-hat/dataset.py 76cad4b96bed8a89 ran fingerprinted MIT (permissive)
PartSLIP++: Enhancing Low-Shot 3D Part Segmentation via Multi-View Instance Segmentation and Maximum Likelihood Estimation 5 Dec 2023 zyc00/partslip2/eval/semantic_eval.py 7905eb68c83d6fc3 ran MIT (permissive)
InstructCV: Instruction-Tuned Text-to-Image Diffusion Models as Vision Generalists 30 Sep 2023 AlaaLab/InstructCV/evaluate/evaluate_cls_seg_det.py eeb478400c75c259 unverified licence not identified · pointer only
Learning Domain Adaptive Object Detection with Probabilistic Teacher 13 Jun 2022 hikvision-research/probabilisticteacher/augment/transforms.py 759772ff94a3641e unverified Apache-2.0 (permissive)
YOLOP: You Only Look Once for Panoptic Driving Perception 25 Aug 2021 datvuthanh/HybridNets/hybridnets/loss.py 9b3d320614140152 unverified MIT (permissive)
DIRV: Dense Interaction Region Voting for End-to-End Human-Object Interaction Detection 2 Oct 2020 MVIG-SJTU/DIRV/test_vcoco.py dcfc7e81620b10bd ran · honoured contract fingerprinted no licence file found · pointer only
Making a Case for 3D Convolutions for Object Segmentation in Videos 26 Aug 2020 sabarim/3DC-Seg/loss/loss_utils.py d1494618265be1d5 unverified MIT (permissive)
EfficientDet: Scalable and Efficient Object Detection 20 Nov 2019 SharifElfouly/easy-model-zoo/easy_model_zoo/efficientdet/efficientdet/loss.py 9b3d320614140152 unverified MIT (permissive)
EfficientDet: Scalable and Efficient Object Detection 20 Nov 2019 signatrix/efficientdet/src/loss.py f4a9f170c94dd553 unverified MIT (permissive)
Semantic Object Accuracy for Generative Text-to-Image Synthesis 29 Oct 2019 tohinz/semantic-object-accuracy-for-generative-text-to-image-synthesis/SOA/calculate_soa.py f5534bc5c6aff8c5 unverified MIT (permissive)
High-Resolution Representations for Labeling Pixels and Regions 9 Apr 2019 identical code first harvested elsewhere 451bcfd505206dce ran · fixture could not drive it fingerprinted licence of this copy not recorded
Deep High-Resolution Representation Learning for Human Pose Estimation 25 Feb 2019 HRNet/HRNet-MaskRCNN-Benchmark/tools/test_net.py 451bcfd505206dce ran · fixture could not drive it fingerprinted MIT (permissive)
Bag of Freebies for Training Object Detection Neural Networks 11 Feb 2019 wizyoung/YOLOv3_TensorFlow/utils/eval_utils.py 9db9b9965e68c8ad unverified MIT (permissive)
Hybrid Task Cascade for Instance Segmentation 22 Jan 2019 amirassov/kaggle-imaterialist/src/metric.py 5c1c9209733e8eee unverified MIT (permissive)
Harmonious Attention Network for Person Re-Identification 22 Feb 2018 milkplz/keras-frcnn/keras_frcnn/roi_helpers.py a4a32a93a4b2a1ba unverified Apache-2.0 (permissive)
You Only Look Once: Unified, Real-Time Object Detection 8 Jun 2015 DevBruce/YOLOv1-TF2/libs/iou.py b63e002a7056cc61 unverified MIT (permissive)
arXiv:aaai_27964 guanhuankang/SeqRank/seqrank/utils.py 21e14851be6696a0 unverified MIT (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