{"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":"/paper/omniprint-a-configurable-printed-character","title":"OmniPrint: A Configurable Printed Character Synthesizer","arxiv_id":"2201.06648","date":"2022-01-17","proceeding":null,"authors":["Haozhe Sun","Wei-Wei Tu","Isabelle Guyon"],"abstract":"We introduce OmniPrint, a synthetic data generator of isolated printed characters, geared toward machine learning research. It draws inspiration from famous datasets such as MNIST, SVHN and Omniglot, but offers the capability of generating a wide variety of printed characters from various languages, fonts and styles, with customized distortions. We include 935 fonts from 27 scripts and many types of distortions. As a proof of concept, we show various use cases, including an example of meta-learning dataset designed for the upcoming MetaDL NeurIPS 2021 competition. OmniPrint is available at https://github.com/SunHaozhe/OmniPrint.","url_abs":"https://arxiv.org/abs/2201.06648v1","url_pdf":"https://arxiv.org/pdf/2201.06648v1.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"omniprint-a-configurable-printed-character","repo_url":"https://github.com/sunhaozhe/omniprint","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"none","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"omniprint-a-configurable-printed-character","repo_url":"https://github.com/sunhaozhe/omniprint-datasets","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"none","reach":{"status":"ok"}}],"tasks":[{"task_slug":"meta-learning","task_name":"Meta-Learning"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2201.06648","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2201.06648"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"deterministic:regex_extraction","url":"https://github.com/SunHaozhe/OmniPrint","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"deterministic:regex_extraction","url":"https://github.com/SunHaozhe/OmniPrint-datasets","reach":{"status":"ok"}},{"provenance":"deterministic:regex_extraction","url":"https://github.com/SunHaozhe/transferlearning","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/sunhaozhe/omniprint","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/sunhaozhe/omniprint-datasets","reach":{"status":"ok"}}],"summary":{"ran_honours":2,"ran_draft_wrong":1,"ran_fixture":1,"ran":1,"unverified":5},"by_repo_kind":{"official":{"samples":4,"ran":4,"repositories":1},"found_in_text":{"samples":6,"ran":1,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"bdd7955dce858142","entry":"factor2magnitude","repo":"sunhaozhe/omniprint","repo_kind":"official","path":"omniprint/data_generator.py","file_url":"https://github.com/sunhaozhe/omniprint/blob/HEAD/omniprint/data_generator.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"bdd7955dce858142"}},{"code_sha256_prefix":"a4039b6c26958010","entry":"image_enhancement","repo":"sunhaozhe/omniprint","repo_kind":"official","path":"omniprint/data_generator.py","file_url":"https://github.com/sunhaozhe/omniprint/blob/HEAD/omniprint/data_generator.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a4039b6c26958010"}},{"code_sha256_prefix":"a50b0f7b5b620e04","entry":"plain_color","repo":"sunhaozhe/omniprint","repo_kind":"official","path":"omniprint/background_generator.py","file_url":"https://github.com/sunhaozhe/omniprint/blob/HEAD/omniprint/background_generator.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a50b0f7b5b620e04"}},{"code_sha256_prefix":"65fc77213d3ff17a","entry":"plain_white","repo":"sunhaozhe/omniprint","repo_kind":"official","path":"omniprint/background_generator.py","file_url":"https://github.com/sunhaozhe/omniprint/blob/HEAD/omniprint/background_generator.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"65fc77213d3ff17a"}},{"code_sha256_prefix":"1c31f800b71774a1","entry":"str2bool","repo":"SunHaozhe/transferlearning","repo_kind":"found_in_text","path":"code/DeepDA/utils.py","file_url":"https://github.com/SunHaozhe/transferlearning/blob/HEAD/code/DeepDA/utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1c31f800b71774a1"}},{"code_sha256_prefix":"0a0126c7e10b7de1","entry":"CORAL","repo":"SunHaozhe/transferlearning","repo_kind":"found_in_text","path":"code/DeepDA/loss_funcs/coral.py","file_url":"https://github.com/SunHaozhe/transferlearning/blob/HEAD/code/DeepDA/loss_funcs/coral.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"0a0126c7e10b7de1"}},{"code_sha256_prefix":"e31d1f2fae01ad6e","entry":"accuracy","repo":"SunHaozhe/transferlearning","repo_kind":"found_in_text","path":"code/DeepDG/alg/modelopera.py","file_url":"https://github.com/SunHaozhe/transferlearning/blob/HEAD/code/DeepDG/alg/modelopera.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e31d1f2fae01ad6e"}},{"code_sha256_prefix":"46b83ab54c34fbc1","entry":"get_backbone","repo":"SunHaozhe/transferlearning","repo_kind":"found_in_text","path":"code/DeepDA/backbones.py","file_url":"https://github.com/SunHaozhe/transferlearning/blob/HEAD/code/DeepDA/backbones.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"46b83ab54c34fbc1"}},{"code_sha256_prefix":"95c4b2cf2eaa5127","entry":"get_data_loader","repo":"SunHaozhe/transferlearning","repo_kind":"found_in_text","path":"code/DeepDA/data_loader.py","file_url":"https://github.com/SunHaozhe/transferlearning/blob/HEAD/code/DeepDA/data_loader.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"95c4b2cf2eaa5127"}},{"code_sha256_prefix":"07ef759d2a42d6c8","entry":"load_data","repo":"SunHaozhe/transferlearning","repo_kind":"found_in_text","path":"code/DeepDA/data_loader.py","file_url":"https://github.com/SunHaozhe/transferlearning/blob/HEAD/code/DeepDA/data_loader.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"07ef759d2a42d6c8"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}