{"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/evaluate-fid","entry":"evaluate_fid","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":7,"n_papers_ran":1,"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":5,"n_samples_ran":1,"n_samples_fingerprinted":0,"n_places":7,"n_places_pointer_only":3,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":0,"ran_fixture":1,"ran":0,"unverified":4},"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.09988","paper":"/paper/in2in-leveraging-individual-information-to-1","title":"in2IN: Leveraging individual Information to Generate Human INteractions","date":"2024-04-15","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"pabloruizponce/in2IN","path":"in2in/scripts/eval/interhuman.py","file_url":"https://github.com/pabloruizponce/in2IN/blob/HEAD/in2in/scripts/eval/interhuman.py","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"code_sha256_prefix":"abbf4566c81b7a8c","mcp_get_code":{"code_sha256":"abbf4566c81b7a8c"}},{"arxiv_id":"2312.02256","paper":"/paper/emdm-efficient-motion-diffusion-model-for","title":"EMDM: Efficient Motion Diffusion Model for Fast and High-Quality Motion Generation","date":"2023-12-04","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"frank-zy-dou/emdm","path":"eval_humanml.py","file_url":"https://github.com/frank-zy-dou/emdm/blob/HEAD/eval_humanml.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"6a6a115008da7ad3","mcp_get_code":{"code_sha256":"6a6a115008da7ad3"}},{"arxiv_id":"2310.08580","paper":"/paper/omnicontrol-control-any-joint-at-any-time-for","title":"OmniControl: Control Any Joint at Any Time for Human Motion Generation","date":"2023-10-12","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"neu-vi/OmniControl","path":"eval/eval_humanml.py","file_url":"https://github.com/neu-vi/OmniControl/blob/HEAD/eval/eval_humanml.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"3d1767e9e020a4ee","mcp_get_code":{"code_sha256":"3d1767e9e020a4ee"}},{"arxiv_id":"2308.01850","paper":"/paper/synthesizing-long-term-human-motions-with","title":"Synthesizing Long-Term Human Motions with Diffusion Models via Coherent Sampling","date":"2023-08-03","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"yangzhao1230/pcmdm","path":"eval_humanml.py","file_url":"https://github.com/yangzhao1230/pcmdm/blob/HEAD/eval_humanml.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"1edb17455165a557","mcp_get_code":{"code_sha256":"1edb17455165a557"}},{"arxiv_id":"2303.08133","paper":"/paper/meshdiffusion-score-based-generative-3d-mesh","title":"MeshDiffusion: Score-based Generative 3D Mesh Modeling","date":"2023-03-14","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"GuyTevet/motion-diffusion-model","path":"eval/eval_humanml.py","file_url":"https://github.com/GuyTevet/motion-diffusion-model/blob/HEAD/eval/eval_humanml.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"6a6a115008da7ad3","mcp_get_code":{"code_sha256":"6a6a115008da7ad3"}},{"arxiv_id":"2303.01418","paper":"/paper/human-motion-diffusion-as-a-generative-prior","title":"Human Motion Diffusion as a Generative Prior","date":"2023-03-02","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":null,"path":"","file_url":null,"status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":null,"inline_ok":false,"code_sha256_prefix":"3d1767e9e020a4ee","mcp_get_code":{"code_sha256":"3d1767e9e020a4ee"}},{"arxiv_id":"2212.07555","paper":"/paper/imos-intent-driven-full-body-motion-synthesis","title":"IMos: Intent-Driven Full-Body Motion Synthesis for Human-Object Interactions","date":"2022-12-14","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"anindita127/IMoS","path":"src/evaluate/evaluate_statistical_metrics.py","file_url":"https://github.com/anindita127/IMoS/blob/HEAD/src/evaluate/evaluate_statistical_metrics.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"275e1779753787cd","mcp_get_code":{"code_sha256":"275e1779753787cd"}}]}