{"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/rodrigues","entry":"rodrigues","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":12,"n_papers_ran":7,"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":7,"n_samples_ran":5,"n_samples_fingerprinted":4,"n_places":12,"n_places_pointer_only":4,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":1,"ran_fixture":1,"ran":3,"unverified":2},"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":"2312.03703","paper":"/paper/skeleton-in-context-unified-skeleton-sequence","title":"Skeleton-in-Context: Unified Skeleton Sequence Modeling with In-Context Learning","date":"2023-12-06","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"fanglaosi/skeleton-in-context","path":"data_gen/angle2joint.py","file_url":"https://github.com/fanglaosi/skeleton-in-context/blob/HEAD/data_gen/angle2joint.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"d7032acefdc1b55a","mcp_get_code":{"code_sha256":"d7032acefdc1b55a"}},{"arxiv_id":"2308.10305","paper":"/paper/co-evolution-of-pose-and-mesh-for-3d-human","title":"Co-Evolution of Pose and Mesh for 3D Human Body Estimation from Video","date":"2023-08-20","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"kasvii/pmce","path":"lib/geometry.py","file_url":"https://github.com/kasvii/pmce/blob/HEAD/lib/geometry.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"c014c11248a4891f","mcp_get_code":{"code_sha256":"c014c11248a4891f"}},{"arxiv_id":"2308.04808","paper":"/paper/joint-relation-transformer-for-multi-person","title":"Joint-Relation Transformer for Multi-Person Motion Prediction","date":"2023-08-09","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"mediabrain-sjtu/jrtransformer","path":"dataset/ang2joint.py","file_url":"https://github.com/mediabrain-sjtu/jrtransformer/blob/HEAD/dataset/ang2joint.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"9e93dfbacea8553c","mcp_get_code":{"code_sha256":"9e93dfbacea8553c"}},{"arxiv_id":"2304.05758","paper":"/paper/best-practices-for-2-body-pose-forecasting","title":"Best Practices for 2-Body Pose Forecasting","date":"2023-04-12","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"edodema/BestPractices2Body","path":"src/utils/angle_to_joint.py","file_url":"https://github.com/edodema/BestPractices2Body/blob/HEAD/src/utils/angle_to_joint.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"d7032acefdc1b55a","mcp_get_code":{"code_sha256":"d7032acefdc1b55a"}},{"arxiv_id":"2210.13861","paper":"/paper/supr-a-sparse-unified-part-based-human","title":"SUPR: A Sparse Unified Part-Based Human Representation","date":"2022-10-25","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"ahmedosman/SUPR","path":"supr/pytorch/supr.py","file_url":"https://github.com/ahmedosman/SUPR/blob/HEAD/supr/pytorch/supr.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"code_sha256_prefix":"eae1f52e2a254540","mcp_get_code":{"code_sha256":"eae1f52e2a254540"}},{"arxiv_id":"2207.01567","paper":"/paper/back-to-mlp-a-simple-baseline-for-human","title":"Back to MLP: A Simple Baseline for Human Motion Prediction","date":"2022-07-04","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"dulucas/simlpe","path":"lib/utils/angle_to_joint.py","file_url":"https://github.com/dulucas/simlpe/blob/HEAD/lib/utils/angle_to_joint.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"d7032acefdc1b55a","mcp_get_code":{"code_sha256":"d7032acefdc1b55a"}},{"arxiv_id":"2006.05734","paper":"/paper/3d-human-mesh-regression-with-dense-1","title":"3D Human Mesh Regression with Dense Correspondence","date":"2020-06-10","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"zengwang430521/DecoMR","path":"models/geometric_layers.py","file_url":"https://github.com/zengwang430521/DecoMR/blob/HEAD/models/geometric_layers.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"c15f1cb769ff504f","mcp_get_code":{"code_sha256":"c15f1cb769ff504f"}},{"arxiv_id":"2004.01946","paper":"/paper/weakly-supervised-mesh-convolutional-hand","title":"Weakly-Supervised Mesh-Convolutional Hand Reconstruction in the Wild","date":"2020-04-04","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"EAST-J/Youtubehand","path":"utils/geometric_layers.py","file_url":"https://github.com/EAST-J/Youtubehand/blob/HEAD/utils/geometric_layers.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"c15f1cb769ff504f","mcp_get_code":{"code_sha256":"c15f1cb769ff504f"}},{"arxiv_id":"1905.03244","paper":"/paper/convolutional-mesh-regression-for-single","title":"Convolutional Mesh Regression for Single-Image Human Shape Reconstruction","date":"2019-05-08","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"nkolot/GraphCMR","path":"models/geometric_layers.py","file_url":"https://github.com/nkolot/GraphCMR/blob/HEAD/models/geometric_layers.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":"c15f1cb769ff504f","mcp_get_code":{"code_sha256":"c15f1cb769ff504f"}},{"arxiv_id":"1902.03451","paper":"/paper/3d-hand-shape-and-pose-from-images-in-the","title":"3D Hand Shape and Pose from Images in the Wild","date":"2019-02-09","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"boukhayma/3dhand","path":"model.py","file_url":"https://github.com/boukhayma/3dhand/blob/HEAD/model.py","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"e3c1e8bdb0cc90e2","mcp_get_code":{"code_sha256":"e3c1e8bdb0cc90e2"}},{"arxiv_id":"1901.06447","paper":"/paper/learning-single-image-3d-reconstruction-by","title":"Learning single-image 3D reconstruction by generative modelling of shape, pose and shading","date":"2019-01-19","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"pmh47/dirt","path":"dirt/matrices.py","file_url":"https://github.com/pmh47/dirt/blob/HEAD/dirt/matrices.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"f3b24a617870bcaa","mcp_get_code":{"code_sha256":"f3b24a617870bcaa"}},{"arxiv_id":"Yoshiyasu_Deformable_Mesh_Transformer_for_3D_Human_Mesh_Recovery_CVPR_2023_paper","paper":null,"title":"arXiv:Yoshiyasu_Deformable_Mesh_Transformer_for_3D_Human_Mesh_Recovery_CVPR_2023_paper","date":null,"month_inferred_from_arxiv_id":null,"title_source":null,"repo":"yusukey03012/DeFormer","path":"src/utils/geometric_layers.py","file_url":"https://github.com/yusukey03012/DeFormer/blob/HEAD/src/utils/geometric_layers.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"c15f1cb769ff504f","mcp_get_code":{"code_sha256":"c15f1cb769ff504f"}}]}