Closed JinMengKang closed 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.
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:
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'
]
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?