DCGAN-tensorflow icon indicating copy to clipboard operation
DCGAN-tensorflow copied to clipboard

Trained on over 15000 images and still getting lackluster results

Open avaseghi opened this issue 5 years ago • 1 comments

I'm training the model on over 15000 images but it's still outputting final test images like the one below:

train_00006000

I'm running the following command:

python main.py --data_dir dataset --dataset food --input_height 128 --output_height 128 --train

What can I do to get better results??

avaseghi avatar Aug 07 '19 11:08 avaseghi

First, ensure the uniformity of your dataset. Dataset "food" likely contains many different images, different kinds of food, etc. If that were the case, I would expect results like this. DCgan figured out background separation, a plate, and a subject.

WasabiThumb avatar Sep 12 '19 10:09 WasabiThumb