stroke-ae
stroke-ae copied to clipboard
Bezier AE approach to sketch generation
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...
Is there a typo in the code on line 73 of bezierae.py ? C = torch.cat([c_final[-1, 0], c_final[-1, 0]], 1) should be changed to C = torch.cat([c_final[-1, 0], c_final[-1, 1]],...
Hi, dasayan05. Could u give us a Test model and test code? Thanks very much ~
I am interested to train a model on the iam dataset but now sure how to get it in the same format as quickdraw dataset i.e ndjson format.