AlamiMejjati / Unsupervised-Attention-guided-Image-to-Image-Translation

Unsupervised Attention-Guided Image to Image Translation
MIT License
329 stars 47 forks source link

test #16

Open AmberHen opened 5 years ago

AmberHen commented 5 years ago

Excuse me, I want to know what is the order of the images after the test? Is it random input and output?

ayclove commented 5 years ago

Hi. I have the same question. It looks like the input order is randomly shuffled. The order is not as same as the test.csv. Is there any option to make the input order as same as the .csv? Thanks in advance.

xiaoguitoucode commented 4 years ago

I have the same question. I add the parameter in tf.train.string_input_producer :[shuffle=False],but it doesnot work.(after the first 34 pictures, the order of images is still random. )