{"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/mpjpe","entry":"mpjpe","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":13,"n_papers_ran":9,"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":3,"n_samples_fingerprinted":1,"n_places":14,"n_places_pointer_only":4,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":0,"ran_fixture":0,"ran":3,"unverified":5},"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":"2404.00658","paper":"/paper/ktpformer-kinematics-and-trajectory-prior","title":"KTPFormer: Kinematics and Trajectory Prior Knowledge-Enhanced Transformer for 3D Human Pose Estimation","date":"2024-03-31","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"JihuaPeng/KTPFormer","path":"common/loss.py","file_url":"https://github.com/JihuaPeng/KTPFormer/blob/HEAD/common/loss.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"8e11f61858f90f83","mcp_get_code":{"code_sha256":"8e11f61858f90f83"}},{"arxiv_id":"2403.11310","paper":"/paper/a-dual-augmentor-framework-for-domain","title":"A Dual-Augmentor Framework for Domain Generalization in 3D Human Pose Estimation","date":"2024-03-17","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"davidpengucf/DAF-DG","path":"utils/loss.py","file_url":"https://github.com/davidpengucf/DAF-DG/blob/HEAD/utils/loss.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"3afb541a8147d123","mcp_get_code":{"code_sha256":"3afb541a8147d123"}},{"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":"lib/model/loss.py","file_url":"https://github.com/fanglaosi/skeleton-in-context/blob/HEAD/lib/model/loss.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"08fdd93d7a20142f","mcp_get_code":{"code_sha256":"08fdd93d7a20142f"}},{"arxiv_id":"2310.16288","paper":"/paper/motionagformer-enhancing-3d-human-pose","title":"MotionAGFormer: Enhancing 3D Human Pose Estimation with a Transformer-GCNFormer Network","date":"2023-10-25","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"taatiteam/motionagformer","path":"loss/pose3d.py","file_url":"https://github.com/taatiteam/motionagformer/blob/HEAD/loss/pose3d.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":"08fdd93d7a20142f","mcp_get_code":{"code_sha256":"08fdd93d7a20142f"}},{"arxiv_id":"2308.10436","paper":"/paper/approximately-equivariant-graph-networks-1","title":"Approximately Equivariant Graph Networks","date":"2023-08-21","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"nhuang37/approx_equivariant_graph_nets","path":"Human_Pose_Est/common/loss.py","file_url":"https://github.com/nhuang37/approx_equivariant_graph_nets/blob/HEAD/Human_Pose_Est/common/loss.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"3afb541a8147d123","mcp_get_code":{"code_sha256":"3afb541a8147d123"}},{"arxiv_id":"2211.16940","paper":"/paper/diffpose-toward-more-reliable-3d-pose","title":"DiffPose: Toward More Reliable 3D Pose Estimation","date":"2022-11-30","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"GONGJIA0208/Diffpose","path":"common/loss.py","file_url":"https://github.com/GONGJIA0208/Diffpose/blob/HEAD/common/loss.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"3afb541a8147d123","mcp_get_code":{"code_sha256":"3afb541a8147d123"}},{"arxiv_id":"2210.06551","paper":"/paper/motionbert-unified-pretraining-for-human","title":"MotionBERT: A Unified Perspective on Learning Human Motion Representations","date":"2022-10-12","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Walter0807/MotionBERT","path":"lib/model/loss.py","file_url":"https://github.com/Walter0807/MotionBERT/blob/HEAD/lib/model/loss.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":"08fdd93d7a20142f","mcp_get_code":{"code_sha256":"08fdd93d7a20142f"}},{"arxiv_id":"2210.06110","paper":"/paper/uplift-and-upsample-efficient-3d-human-pose","title":"Uplift and Upsample: Efficient 3D Human Pose Estimation with Uplifting Transformers","date":"2022-10-12","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"goldbricklemon/uplift-upsample-3dhpe","path":"common/dataset/metrics.py","file_url":"https://github.com/goldbricklemon/uplift-upsample-3dhpe/blob/HEAD/common/dataset/metrics.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"3b759fd80717758c","mcp_get_code":{"code_sha256":"3b759fd80717758c"}},{"arxiv_id":"2210.06110","paper":"/paper/uplift-and-upsample-efficient-3d-human-pose","title":"Uplift and Upsample: Efficient 3D Human Pose Estimation with Uplifting Transformers","date":"2022-10-12","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"kaulquappe23/a2b_human_mesh","path":"dataset/metrics.py","file_url":"https://github.com/kaulquappe23/a2b_human_mesh/blob/HEAD/dataset/metrics.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"2f8afe6d7dc3c1cc","mcp_get_code":{"code_sha256":"2f8afe6d7dc3c1cc"}},{"arxiv_id":"2206.06420","paper":"/paper/graphmlp-a-graph-mlp-like-architecture-for-3d","title":"GraphMLP: A Graph MLP-Like Architecture for 3D Human Pose Estimation","date":"2022-06-13","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"vegetebird/graphmlp","path":"common/eval_cal.py","file_url":"https://github.com/vegetebird/graphmlp/blob/HEAD/common/eval_cal.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"754f9dab8b2150e0","mcp_get_code":{"code_sha256":"754f9dab8b2150e0"}},{"arxiv_id":"2007.09389","paper":"/paper/srnet-improving-generalization-in-3d-human","title":"SRNet: Improving Generalization in 3D Human Pose Estimation with a Split-and-Recombine Approach","date":"2020-07-18","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"ailingzengzzz/Split-and-Recombine-Net","path":"common/common_pytorch/loss/loss_family.py","file_url":"https://github.com/ailingzengzzz/Split-and-Recombine-Net/blob/HEAD/common/common_pytorch/loss/loss_family.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"3afb541a8147d123","mcp_get_code":{"code_sha256":"3afb541a8147d123"}},{"arxiv_id":"1904.03345","paper":"/paper/semantic-graph-convolutional-networks-for-3d","title":"Semantic Graph Convolutional Networks for 3D Human Pose Regression","date":"2019-04-06","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"garyzhao/SemGCN","path":"common/loss.py","file_url":"https://github.com/garyzhao/SemGCN/blob/HEAD/common/loss.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"3afb541a8147d123","mcp_get_code":{"code_sha256":"3afb541a8147d123"}},{"arxiv_id":"Li_Hourglass_Tokenizer_for_Efficient_Transformer-Based_3D_Human_Pose_Estimation_CVPR_2024_paper","paper":null,"title":"arXiv:Li_Hourglass_Tokenizer_for_Efficient_Transformer-Based_3D_Human_Pose_Estimation_CVPR_2024_paper","date":null,"month_inferred_from_arxiv_id":null,"title_source":null,"repo":"NationalGAILab/HoT","path":"common/loss.py","file_url":"https://github.com/NationalGAILab/HoT/blob/HEAD/common/loss.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"14b0f17b4840abba","mcp_get_code":{"code_sha256":"14b0f17b4840abba"}},{"arxiv_id":"04820","paper":null,"title":"arXiv:04820","date":null,"month_inferred_from_arxiv_id":null,"title_source":null,"repo":"Kelly510/PoseRetNet","path":"common/model/loss.py","file_url":"https://github.com/Kelly510/PoseRetNet/blob/HEAD/common/model/loss.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"2702df74a4a7595e","mcp_get_code":{"code_sha256":"2702df74a4a7595e"}}]}