JiahuiYu / generative_inpainting

DeepFill v1/v2 with Contextual Attention and Gated Convolution, CVPR 2018, and ICCV 2019 Oral
http://jiahuiyu.com/deepfill/
Other
3.27k stars 788 forks source link

About irrmask_flist.txt #132

Closed JinMengKang closed 6 years ago

JinMengKang commented 6 years ago

Thank you again for your excellent work! In GatedConvolution:Free-Form inpainting Can you tell me in inpaint.yml the irrmask_flist.txt looks like?How should I generate it?

JiahuiYu commented 6 years ago

There is no irrmask_flist.txt for our second version. We random generate it on the fly. Please check our tech report.

JinMengKang commented 6 years ago

parameters

DATASET: 'places2' # 'tmnist', 'dtd', 'places2', 'celeba', 'imagenet', 'cityscapes' MASKDATASET: 'irrmask' <--Is this a necessary line? RANDOM_CROP: False MASKFROMFILE: False VAL: True LOG_DIR: full_model_places2_256 MODEL_RESTORE: '' # '20180115220926508503_jyugpu0_places2_NORMAL_wgan_gp_full_model' ... DATA_FLIST:

https://github.com/JiahuiYu/progressive_growing_of_gans_tf

celebahq: [ 'data/celeba_hq/train_shuffled.flist', 'data/celeba_hq/validation_static_view.flist' ] irrmask: [
'../Data/MaskData/irrmask_flist.txt', '../Data/MaskData/irrmask_flist.txt' ]