Paper | Appendix | Datasets | Experiments
- Linux or macOS
- Windows not tested, but should also work
- Python 3.8
git clone https://github.com/SunHaozhe/OmniPrint
cd OmniPrint
virtualenv venv_omniprint
source venv_omniprint/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
Generate your first OmniPrint dataset with only one line of code!
cd omniprint
python quick_run.py
Check omniprint/out/
for the results.
For more details, please refer to user manual.md.
@inproceedings{sun2021omniprint,
title={OmniPrint: A Configurable Printed Character Synthesizer},
author={Haozhe Sun and Wei-Wei Tu and Isabelle M Guyon},
booktitle={Thirty-fifth Conference on Neural Information Processing Systems Datasets and Benchmarks Track (Round 1)},
year={2021},
url={https://openreview.net/forum?id=R07XwJPmgpl}
}
This software is under MIT license.
This project was a fork of TextRecognitionDataGenerator (MIT license). We would like to warmly thank all the contributors of this open source software, especially Edouard Belval.