sjvasquez / handwriting-synthesis

Handwriting Synthesis with RNNs ✏️
4.27k stars 568 forks source link

About get coord of stroke #49

Open henryle97 opened 3 years ago

henryle97 commented 3 years ago

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/5f58984c3bc793bd8930bad7012cd2008d4a4a66/prepare_data.py#L19

chavenor commented 1 year ago

I think it's due to how they set up the coordinates on their side.