dasayan05 / stroke-ae

Bezier AE approach to sketch generation
31 stars 7 forks source link

How to visualize the full sketches after inference? #4

Open VToucher opened 2 years ago

VToucher commented 2 years ago

Hi @dasayan05 , I try train_bezierae.py module with quickdraw dataset but it could only draw single stroke after inference. Could you share how to visualize the full sketches, just like the samples in Fig.4 of your paper. Thanks very much!

dasayan05 commented 2 years ago

it's an old codebase -- if I remember correctly, this part of the code does full sketch rendering like fig4. not sure if the visualisation is properly streamlined (I did it in some private notebook) -- you may need to tweak few lines here and there to make it work.