bamos / dcgan-completion.tensorflow

Image Completion with Deep Learning in TensorFlow
Other
1.31k stars 388 forks source link

where is the imgs files? #64

Open micklexqg opened 6 years ago

micklexqg commented 6 years ago

Hi, thanks for your work. I came across the error: the following arguments are required: imgs. so, where is the imgs files? if need creat by hand, what images should be used? just common face images? thanks.

liu1475341362 commented 6 years ago

i also meet this problem

DsJay commented 6 years ago

just download some common face images and process them as the paper said

ChaoWei0606 commented 6 years ago

@micklexqg ,hello,Can you tell me how you train?after I delete original checkpoint directory,I run this command ./train-dcgan.py --dataset ./data/your-dataset/aligned --epoch 20.

The computer display "An existing model was not fount in the checkpoint directory. Initializing a new one"

I use my own training set.

Why doesn't he generate these files of checkpoint,DCGAN.model-60502.data-00000-of-00001,DCGAN.model-60502.index,DCGAN.model-60502.meta in the checkpoint directory?

micklexqg commented 6 years ago

the reminder clearly told you what you should do