wchen342/SketchyGAN

TFrecord preparation for dataset

Huihui94 opened this issue · 2 comments

Dear Dr. Chen,

Thanks for the sharing for code.
I am wondering that is it possible for you to share the code for TFrecord preparation as well? It would be extremely helpful.

Many thanks!

Hi @Huihui94 , do you mean to generate tfrecord file? you can take a look in my repo ( https://github.com/rosdyana/SketchyGAN/blob/master/src_single/sketchy_to_tfrecord.py )

Hi @rosdyana, yes, that is exactly what I need to generate the tfrecord! Thank you so much for your kind help.