-
How to easily train a new style using your own handwriting like in this repo "https://github.com/swechhasingh/Handwriting-synthesis", where you would give enough data to have your own handwriting as a…
-
Any idea about this error? I get it when running python demo.py
18.04 Ubuntu running stock Python 2.7.15rc1
Have installed:
apt install python-tk
pip install numpy svgwrite matplotlib scipy tensor…
-
I tried to install an older setup and still doesn't work.
Python: 3.5.4
TensorFlow: 1.6.0
```
Traceback (most recent call last):
File "R:\handwriting-synthesis-master\demo.py", line 9, in
…
-
**System:**
- Windows 10 1803
- Python 3.6.2
- TensorFlow 1.11.0
**Error:**
Traceback (most recent call last):
File "test.py", line 1, in
import demo
File "C:\Projec…
ssell updated
2 years ago
-
Hello,
I want to know how I can add new style for handwriting synthesis ?
Thanks
-
`python tf_evaluate_hw.py -S -M tf-1514981744-deepwriting_synthesis_model -QL`
This generates a set of Images and Plots.
Also I do not see any tensorflow log files, to visualize in tensorflow.
How…
-
Hi @sjvasquez Nice one
Can we do Handwriting Synthesis for other languages.Am interested to implement for Tamil language
[Tamil](https://en.wikipedia.org/wiki/Tamil_script). If possible kindly l…
-
I’ve found digits 0-9 to consistently illegible.
anyone else seeing this problem?
Is there a workaround?
Digits usually look like this.
The digits should be 8 350 0359
-
Why did you use following code ?
`
-1*int(point.attrib['y']),
`
I think it should
`
int(point.attrib['y']),
`
https://github.com/sjvasquez/handwriting-synthesis/blob/5f58984c3bc793bd8930bad7…
-
Hi, in its current form, this repo is unusable without too much hassle.
I have successfully migrated this to tfv2, so you don't need to waste your time
I'm planning to add web GUI and docker i…