{"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/ycbcr2rgb","entry":"ycbcr2rgb","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":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":6,"n_samples_ran":1,"n_samples_fingerprinted":0,"n_places":11,"n_places_pointer_only":1,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":0,"ran_fixture":0,"ran":1,"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":"2309.03020","paper":"/paper/seal-a-framework-for-systematic-evaluation-of","title":"SEAL: A Framework for Systematic Evaluation of Real-World Super-Resolution","date":"2023-09-06","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"xpixelgroup/seal","path":"seal/utils/color_util.py","file_url":"https://github.com/xpixelgroup/seal/blob/HEAD/seal/utils/color_util.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"fea3f35febaf9227","mcp_get_code":{"code_sha256":"fea3f35febaf9227"}},{"arxiv_id":"1903.09814","paper":"/paper/feedback-network-for-image-super-resolution","title":"Feedback Network for Image Super-Resolution","date":"2019-03-23","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Paper99/SRFBN_CVPR19","path":"utils/util.py","file_url":"https://github.com/Paper99/SRFBN_CVPR19/blob/HEAD/utils/util.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"9f036ed5398a4dfd","mcp_get_code":{"code_sha256":"9f036ed5398a4dfd"}},{"arxiv_id":"1609.05158","paper":"/paper/real-time-single-image-and-video-super","title":"Real-Time Single Image and Video Super-Resolution Using an Efficient Sub-Pixel Convolutional Neural Network","date":"2016-09-16","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Nhat-Thanh/ESPCN-Pytorch","path":"utils/common.py","file_url":"https://github.com/Nhat-Thanh/ESPCN-Pytorch/blob/HEAD/utils/common.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"ef42ea280e97a9f8","mcp_get_code":{"code_sha256":"ef42ea280e97a9f8"}},{"arxiv_id":"1609.05158","paper":"/paper/real-time-single-image-and-video-super","title":"Real-Time Single Image and Video Super-Resolution Using an Efficient Sub-Pixel Convolutional Neural Network","date":"2016-09-16","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Nhat-Thanh/ESPCN-TF","path":"utils/common.py","file_url":"https://github.com/Nhat-Thanh/ESPCN-TF/blob/HEAD/utils/common.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"3b0edbcfb724a432","mcp_get_code":{"code_sha256":"3b0edbcfb724a432"}},{"arxiv_id":"1609.04802","paper":"/paper/photo-realistic-single-image-super-resolution","title":"Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network","date":"2016-09-15","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"shirsenduhalder/SRResGAN-Improved-Perceptual","path":"utils.py","file_url":"https://github.com/shirsenduhalder/SRResGAN-Improved-Perceptual/blob/HEAD/utils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"7f34ee348973f67f","mcp_get_code":{"code_sha256":"7f34ee348973f67f"}},{"arxiv_id":"1608.00367","paper":"/paper/accelerating-the-super-resolution","title":"Accelerating the Super-Resolution Convolutional Neural Network","date":"2016-08-01","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Nhat-Thanh/FSRCNN-Pytorch","path":"utils/common.py","file_url":"https://github.com/Nhat-Thanh/FSRCNN-Pytorch/blob/HEAD/utils/common.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"ef42ea280e97a9f8","mcp_get_code":{"code_sha256":"ef42ea280e97a9f8"}},{"arxiv_id":"1608.00367","paper":"/paper/accelerating-the-super-resolution","title":"Accelerating the Super-Resolution Convolutional Neural Network","date":"2016-08-01","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Nhat-Thanh/FSRCNN-TF","path":"utils/common.py","file_url":"https://github.com/Nhat-Thanh/FSRCNN-TF/blob/HEAD/utils/common.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"3b0edbcfb724a432","mcp_get_code":{"code_sha256":"3b0edbcfb724a432"}},{"arxiv_id":"1511.04587","paper":"/paper/accurate-image-super-resolution-using-very","title":"Accurate Image Super-Resolution Using Very Deep Convolutional Networks","date":"2015-11-14","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Nhat-Thanh/VDSR-Pytorch","path":"utils/common.py","file_url":"https://github.com/Nhat-Thanh/VDSR-Pytorch/blob/HEAD/utils/common.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"ef42ea280e97a9f8","mcp_get_code":{"code_sha256":"ef42ea280e97a9f8"}},{"arxiv_id":"1501.00092","paper":"/paper/image-super-resolution-using-deep","title":"Image Super-Resolution Using Deep Convolutional Networks","date":"2014-12-31","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Nhat-Thanh/SRCNN-Pytorch","path":"utils/common.py","file_url":"https://github.com/Nhat-Thanh/SRCNN-Pytorch/blob/HEAD/utils/common.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"ef42ea280e97a9f8","mcp_get_code":{"code_sha256":"ef42ea280e97a9f8"}},{"arxiv_id":"1501.00092","paper":"/paper/image-super-resolution-using-deep","title":"Image Super-Resolution Using Deep Convolutional Networks","date":"2014-12-31","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Nhat-Thanh/SRCNN-TF","path":"utils/common.py","file_url":"https://github.com/Nhat-Thanh/SRCNN-TF/blob/HEAD/utils/common.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"3b0edbcfb724a432","mcp_get_code":{"code_sha256":"3b0edbcfb724a432"}},{"arxiv_id":"aaai_19890","paper":null,"title":"arXiv:aaai_19890","date":null,"month_inferred_from_arxiv_id":null,"title_source":null,"repo":"caolinfeng/OoDHDR-codec","path":"compressai/transforms/functional.py","file_url":"https://github.com/caolinfeng/OoDHDR-codec/blob/HEAD/compressai/transforms/functional.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":"7e22883714e3c941","mcp_get_code":{"code_sha256":"7e22883714e3c941"}}]}