{"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":"/code/get-bounding-box","entry":"get_bounding_box","source":"Syntology graph, per-sample; not an archive number","read_at":"2026-09-24T18:15:14+00:00","claim":"Names are grouped by exact entry-name string. Same-named routines are NOT asserted to be equivalent; 'ran' means executed on a synthesized fixture, not correctness. n_samples_ran = sum of by_status over every status except 'unverified' (ran_draft_wrong and ran_fixture are failures of Syntology's instrument, not of the code); n_papers_ran = papers with at least one such sample.","status_vocabulary":{"ran_honours":"ran, honoured the contract we drafted","ran_violates":"ran, violated the contract we drafted","ran_draft_wrong":"ran; our contract draft was wrong, not the code","ran_fixture":"ran; our fixture could not drive it","ran":"ran on a synthesized input","unverified":"unverified (harvested, no recorded run)"},"n_papers":8,"n_papers_ran":5,"units":"n_samples, n_samples_ran, n_samples_fingerprinted and by_status count distinct code bodies (code_sha256); n_places and n_places_pointer_only count places, one per (paper, code body) pair, which is also the unit of the samples list","n_samples":8,"n_samples_ran":5,"n_samples_fingerprinted":0,"n_places":8,"n_places_pointer_only":3,"by_status":{"ran_honours":1,"ran_violates":0,"ran_draft_wrong":0,"ran_fixture":0,"ran":4,"unverified":3},"syntology":{"atlas_url":null,"mcp":null,"mcp_per_sample":{"tool":"get_code","arguments_in":"samples[].mcp_get_code"},"developers":"https://syntology.ai/developers"},"samples":[{"arxiv_id":"2603.05522","paper":"/paper/arxiv-2603-05522","title":"RoboLayout: Differentiable 3D Scene Generation for Embodied Agents","date":null,"month_inferred_from_arxiv_id":"2026-03","title_source":"syntology","repo":"alishams21/robolayout","path":"src/layoutvlm/constraints.py","file_url":"https://github.com/alishams21/robolayout/blob/HEAD/src/layoutvlm/constraints.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"2f70912afcc4045c","mcp_get_code":{"code_sha256":"2f70912afcc4045c"}},{"arxiv_id":"2504.05541","paper":"/paper/caption-anything-in-video-fine-grained-object","title":"Caption Anything in Video: Fine-grained Object-centric Captioning via Spatiotemporal Multimodal Prompting","date":"2025-04-07","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"yunlong10/CAT-V","path":"gradio_app.py","file_url":"https://github.com/yunlong10/CAT-V/blob/HEAD/gradio_app.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"code_sha256_prefix":"4226ecff44930e51","mcp_get_code":{"code_sha256":"4226ecff44930e51"}},{"arxiv_id":"2406.20095","paper":"/paper/llara-supercharging-robot-learning-data-for","title":"LLaRA: Supercharging Robot Learning Data for Vision-Language Policy","date":"2024-06-28","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"LostXine/LLaRA","path":"eval/vima_utils.py","file_url":"https://github.com/LostXine/LLaRA/blob/HEAD/eval/vima_utils.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"b77412266f910afa","mcp_get_code":{"code_sha256":"b77412266f910afa"}},{"arxiv_id":"2402.07182","paper":"/paper/divide-and-conquer-provably-unveiling-the","title":"Divide and Conquer: Provably Unveiling the Pareto Front with Multi-Objective Reinforcement Learning","date":"2024-02-11","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"wilrop/ipro","path":"ipro/environments/bounding_boxes.py","file_url":"https://github.com/wilrop/ipro/blob/HEAD/ipro/environments/bounding_boxes.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"3679b98747532498","mcp_get_code":{"code_sha256":"3679b98747532498"}},{"arxiv_id":"2310.14226","paper":"/paper/multi-stream-cell-segmentation-with-low-level","title":"Multi-stream Cell Segmentation with Low-level Cues for Multi-modality Images","date":"2023-10-22","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"lhaof/cellseg","path":"overlay.py","file_url":"https://github.com/lhaof/cellseg/blob/HEAD/overlay.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"AGPL-3.0","inline_ok":false,"code_sha256_prefix":"db85af612797999c","mcp_get_code":{"code_sha256":"db85af612797999c"}},{"arxiv_id":"2309.15191","paper":"/paper/learning-optimal-trajectories-for-quadrotors","title":"Deep Learning for Optimization of Trajectories for Quadrotors","date":null,"month_inferred_from_arxiv_id":"2023-09","title_source":"archive","repo":"yuwei-wu/allocnet","path":"network/utils/pcd_segmentation.py","file_url":"https://github.com/yuwei-wu/allocnet/blob/HEAD/network/utils/pcd_segmentation.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"code_sha256_prefix":"187a24f37b014aa7","mcp_get_code":{"code_sha256":"187a24f37b014aa7"}},{"arxiv_id":"2110.06562","paper":"/paper/unsupervised-object-learning-via-common-fate-1","title":"Unsupervised Object Learning via Common Fate","date":"2021-10-13","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"mtangemann/common_fate_object_learning","path":"extract_object_crops.py","file_url":"https://github.com/mtangemann/common_fate_object_learning/blob/HEAD/extract_object_crops.py","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"8026147d950bf149","mcp_get_code":{"code_sha256":"8026147d950bf149"}},{"arxiv_id":"2104.14964","paper":"/paper/deep-learning-with-self-supervision-and","title":"Deep learning with self-supervision and uncertainty regularization to count fish in underwater images","date":"2021-04-30","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"ptarling/DeepLearningFishCounting","path":"Unlabelled_data_preprocessing/unlabelled_data_preprocessing.py","file_url":"https://github.com/ptarling/DeepLearningFishCounting/blob/HEAD/Unlabelled_data_preprocessing/unlabelled_data_preprocessing.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"6f5c2fbb20c86082","mcp_get_code":{"code_sha256":"6f5c2fbb20c86082"}}]}