Implementation of handwriting generation with use of recurrent neural networks in tensorflow. Based on Alex Graves paper (https://arxiv.org/abs/1308.0850).
so i've running this command
python generate.py --noinfo --text="this was generated by computer" --bias=1.
in readme.md (https://github.com/Grzego/handwriting-generation/raw/master/imgs/example-1.PNG) - result of this command
how i can get only black letters or blue letters on image after running of this command?
so i've running this command
python generate.py --noinfo --text="this was generated by computer" --bias=1.
in readme.md (https://github.com/Grzego/handwriting-generation/raw/master/imgs/example-1.PNG) - result of this command how i can get only black letters or blue letters on image after running of this command?