duxingren14 / DualGAN

DualGAN-tensorflow: tensorflow implementation of DualGAN
Apache License 2.0
263 stars 97 forks source link

Using custom datasets? #24

Closed miqbal23 closed 4 years ago

miqbal23 commented 6 years ago

Hello, I'd like to ask if I can use custom datasets to train and test the model?

Currently, I had different dataset with different image size (126x126), but still had the same characteristics as your sketch-photo dataset (ie. having set A and B, both in train and val set)

I once tricked the model by filling the val directory of sketch-photo dataset with my own dataset, and it worked. I just want to know is there a way to do this by just providing my dataset without reconfiguring the sketch-photo dataset directories

duxingren14 commented 4 years ago

Providing the correct format, customized dataset is definitely allowed.

miqbal23 commented 4 years ago

I see, thank you for the help