{"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/decode-image","entry":"decode_image","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":3,"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":13,"n_samples_ran":3,"n_samples_fingerprinted":0,"n_places":13,"n_places_pointer_only":4,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":0,"ran_fixture":0,"ran":3,"unverified":10},"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":"2407.14280","paper":"/paper/how-to-blend-concepts-in-diffusion-models","title":"How to Blend Concepts in Diffusion Models","date":"2024-07-19","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"LorenzoOlearo/blending-diffusion-models","path":"src/utils.py","file_url":"https://github.com/LorenzoOlearo/blending-diffusion-models/blob/HEAD/src/utils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"7c11467b01d6bd7a","mcp_get_code":{"code_sha256":"7c11467b01d6bd7a"}},{"arxiv_id":"2405.16785","paper":"/paper/promptfix-you-prompt-and-we-fix-the-photo","title":"PromptFix: You Prompt and We Fix the Photo","date":"2024-05-27","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"yeates/promptfix","path":"dataset/promptfix_data.py","file_url":"https://github.com/yeates/promptfix/blob/HEAD/dataset/promptfix_data.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":"387280193dfae9c0","mcp_get_code":{"code_sha256":"387280193dfae9c0"}},{"arxiv_id":"2310.01218","paper":"/paper/making-llama-see-and-draw-with-seed-tokenizer","title":"Making LLaMA SEE and Draw with SEED Tokenizer","date":"2023-10-02","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"ailab-cvc/seed","path":"gradio_demo/seed_llama_flask.py","file_url":"https://github.com/ailab-cvc/seed/blob/HEAD/gradio_demo/seed_llama_flask.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"code_sha256_prefix":"bd6de531c5313312","mcp_get_code":{"code_sha256":"bd6de531c5313312"}},{"arxiv_id":"2309.16249","paper":"/paper/forb-a-flat-object-retrieval-benchmark-for-1","title":"FORB: A Flat Object Retrieval Benchmark for Universal Image Embedding","date":"2023-09-28","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"pxiangwu/forb","path":"downloader/download_images.py","file_url":"https://github.com/pxiangwu/forb/blob/HEAD/downloader/download_images.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"code_sha256_prefix":"0e230dd29f346de9","mcp_get_code":{"code_sha256":"0e230dd29f346de9"}},{"arxiv_id":"2306.14289","paper":"/paper/faster-segment-anything-towards-lightweight","title":"Faster Segment Anything: Towards Lightweight SAM for Mobile Applications","date":"2023-06-25","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"ksugar/samapi","path":"src/samapi/utils.py","file_url":"https://github.com/ksugar/samapi/blob/HEAD/src/samapi/utils.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":"657f6ffb8cf5e99e","mcp_get_code":{"code_sha256":"657f6ffb8cf5e99e"}},{"arxiv_id":"2205.10093","paper":"/paper/visual-concepts-tokenization","title":"Visual Concepts Tokenization","date":"2022-05-20","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"ThomasMrY/VCT","path":"main_vct.py","file_url":"https://github.com/ThomasMrY/VCT/blob/HEAD/main_vct.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"4781b61f9e2e5b4d","mcp_get_code":{"code_sha256":"4781b61f9e2e5b4d"}},{"arxiv_id":"1911.02168","paper":"/paper/coke-contextualized-knowledge-graph-embedding","title":"CoKE: Contextualized Knowledge Graph Embedding","date":"2019-11-06","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"PaddlePaddle/models","path":"paddlecv/ppcv/ops/models/detection/preprocess.py","file_url":"https://github.com/PaddlePaddle/models/blob/HEAD/paddlecv/ppcv/ops/models/detection/preprocess.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":"6ea0534144806d10","mcp_get_code":{"code_sha256":"6ea0534144806d10"}},{"arxiv_id":"1907.10830","paper":"/paper/u-gat-it-unsupervised-generative-attentional","title":"U-GAT-IT: Unsupervised Generative Attentional Networks with Adaptive Layer-Instance Normalization for Image-to-Image Translation","date":"2019-07-25","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"alililia/ascend_U-GAT-IT","path":"postprocess.py","file_url":"https://github.com/alililia/ascend_U-GAT-IT/blob/HEAD/postprocess.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":"2811e9848f00c8a2","mcp_get_code":{"code_sha256":"2811e9848f00c8a2"}},{"arxiv_id":"1805.08975","paper":"/paper/particle-filter-networks-with-application-to","title":"Particle Filter Networks with Application to Visual Localization","date":"2018-05-23","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"AdaCompNUS/pfnet","path":"preprocess.py","file_url":"https://github.com/AdaCompNUS/pfnet/blob/HEAD/preprocess.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"02f569bd72e639ae","mcp_get_code":{"code_sha256":"02f569bd72e639ae"}},{"arxiv_id":"1703.10593","paper":"/paper/unpaired-image-to-image-translation-using","title":"Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks","date":"2017-03-30","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"yex666/cyclegan-in-mindspore","path":"src/cyclegan_utils/tools.py","file_url":"https://github.com/yex666/cyclegan-in-mindspore/blob/HEAD/src/cyclegan_utils/tools.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":"31276b5e652eac13","mcp_get_code":{"code_sha256":"31276b5e652eac13"}},{"arxiv_id":"1703.04044","paper":"/paper/colorization-as-a-proxy-task-for-visual","title":"Colorization as a Proxy Task for Visual Understanding","date":"2017-03-11","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"gustavla/self-supervision","path":"selfsup/datasets.py","file_url":"https://github.com/gustavla/self-supervision/blob/HEAD/selfsup/datasets.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":"00c3824b77b7608e","mcp_get_code":{"code_sha256":"00c3824b77b7608e"}},{"arxiv_id":"1611.07004","paper":"/paper/image-to-image-translation-with-conditional","title":"Image-to-Image Translation with Conditional Adversarial Networks","date":"2016-11-21","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"weipeng0703/Pix2Pix_MindSpore_For_PaperWithCode","path":"Pix2Pix/postprocess.py","file_url":"https://github.com/weipeng0703/Pix2Pix_MindSpore_For_PaperWithCode/blob/HEAD/Pix2Pix/postprocess.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":"ce34eba8c8ddf570","mcp_get_code":{"code_sha256":"ce34eba8c8ddf570"}},{"arxiv_id":"1411.1784","paper":"/paper/conditional-generative-adversarial-nets","title":"Conditional Generative Adversarial Nets","date":"2014-11-06","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"daheyinyin/CGAN","path":"src/tools.py","file_url":"https://github.com/daheyinyin/CGAN/blob/HEAD/src/tools.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":"e9619369a6ee7619","mcp_get_code":{"code_sha256":"e9619369a6ee7619"}}]}