magenta / magenta

Magenta: Music and Art Generation with Machine Intelligence
Apache License 2.0
19.13k stars 3.74k forks source link

Tool to be used for creating own dataset #1497

Open nitish11 opened 5 years ago

nitish11 commented 5 years ago

I was going through the reference for training on custom dataset: https://github.com/tensorflow/magenta/blob/master/magenta/models/sketch_rnn/README.md#creating-your-own-dataset

Which tool to use for creating dataset in stroke-3 format(list of coordinate offsets: ∆x, ∆y, and a binary value representing whether the pen is lifted away from the paper).

k1lly commented 5 years ago

I believe utils.py is used for this task, but the resulting file format/contents isn't exactly what is expected, I'd love to hear about ways to use it correctly, or an update on the manual.

k1lly commented 5 years ago

@hardmaru Can we get any help with the issue?