emreaksan / deepwriting

Code for `DeepWriting: Making Digital Ink Editable via Deep Generative Modeling` paper
MIT License
101 stars 29 forks source link

Help #10

Open Yashwanthv21 opened 6 years ago

Yashwanthv21 commented 6 years ago

python tf_evaluate_hw.py -S <path_to_model_folder> -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 can I try this with my own handwriting ?

Please help me.

emreaksan commented 6 years ago

Hi,

Now you can train the model. Please see the updated README.

Unfortunately, our demo isn't online. You can first capture your handwriting samples by using a mobile device, preferably a tablet. Then, you can use preprocess_raw_sample method in dataset_hw.py and feed to the model. This is basically how we run the demo.

techno-yogi commented 2 months ago

Will you share your demo code?

Any way to generate a paragraph of text and add in things like text alignment and width/height?

Any new research or projects that have been outperforming this model?

Really awesome project by the way.