5 ms·
If anyone's interested, I think this is the github url of this project (had to dig a bit since it's not mentioned in the page): https://github.com/sjvasquez/han
by ozym4nd145 4y ago
If anyone's interested, I think this is the github url of this project (had to dig a bit since it's not mentioned in the page): https://github.com/sjvasquez/handwriting-synthesis https://github.com/sjvasquez/handwriting-synthesis
- hunta2097 4y agoWow, it's 5 years old.
- shonenknifefan1 4y agoHmm, it looks like some ASCII characters are missing from the hard-coded alphabet here: https://github.com/sjvasquez/handwriting-synthesis/blob/master/drawing.py#L10-L18 https://github.com/sjvasquez/handwriting-synthesis/blob/mast... alphabet = [ '\x00', ' ', '!', '"', '#', "'", '(', ')', ',', '-', '.', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', ':', ';', '?', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'R', 'S', 'T', 'U', 'V', 'W', 'Y', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z' ] That seems to explain why it fails on capital X/Q and doesn't fail on lowercase x/q.
- ozym4nd145 4y agohttps://github.com/sjvasquez/handwriting-synthesis/issues/11 https://github.com/sjvasquez/handwriting-synthesis/issues/11 Seems like these characters were not present in training data
- jp0d 4y agoThank you for the Github url. I thought this was another website like the dafont.com and is animating the text!!
- Tepix 4y agoGreat! Can someone get it to run inside the browser using WASM?