wchen342 / SketchyGAN

Code for paper "SketchyGAN: Towards Diverse and Realistic Sketch to Image Synthesis"
MIT License
131 stars 32 forks source link

Data processing for train the model #29

Closed codaibk closed 5 years ago

codaibk commented 5 years ago

Dear wchen342, Currently i want to add one more class in dataset. I tried to run the script in"data_processing" folder to created data again but cant. Could you update the instruction for creating and processing the dataset in this project ? Thanks

wchen342 commented 5 years ago

Do you mean creating tfrecord files? I uploaded the scripts for that.

codaibk commented 5 years ago

Hi, thanks for your reply. Example do i need to use all of these features or not ? because my new class's data doesn't have all of features like following your code such as : WrongPose, Ambiguous...

wchen342 commented 5 years ago

You can ignore those except for is_test.

15702435639 commented 5 years ago

Dear wchen34 I want to run sketchy_to_tfrecord.py,but I don't know how to make some files,such as testset.txt ,invalid-ambiguous.txt ... ,and if I ignore those ,the code may need big changes.Could you upload files that have been used before?Thank you in advance.

codaibk commented 5 years ago

Dear wchen34 I want to run sketchy_to_tfrecord.py,but I don't know how to make some files,such as testset.txt ,invalid-ambiguous.txt ... ,and if I ignore those ,the code may need big changes.Could you upload files that have been used before?Thank you in advance.

I think you can ignore those if your dataset doesn't include those features. I did it with my dataset