otuva / handwriting-synthesis

Handwriting Synthesis with RNNs ✏️ (Migrated to TensorFlow v2)
65 stars 27 forks source link

Digits are illegible #18

Open chadjemmett opened 8 months ago

chadjemmett commented 8 months ago

I’ve found digits 0-9 to consistently illegible. anyone else seeing this problem? Is there a workaround?

Digits usually look like this.

Screenshot 2023-10-29 at 1 22 07 PM

The digits should be 8 350 0359

fermelone commented 8 months ago

@otuva same here, any thoughts? maybe because a chain of digits is not a "language"?

@chadjemmett in the meantime, check styles 1 and 12, they seem to be the ones that work the best with digit chains.

jpangburn commented 6 months ago

I used the sjvasquez repo, updated to TF2 on my own (didn't know about this one- doh). Same problem. Strings of digits come out illegible. Did you find any solution?