Spaces:
Runtime error
Runtime error
File size: 293 Bytes
ec0fdfd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
python ui_main.py \ --img_file ./examples/celeba/img/ \ --mask_file ./examples/celeba/mask/ \ --results_dir ./results \ --model tc \ --coarse_or_refine refine \ --gpu_id 0 \ --no_shuffle \ --batch_size 1 \ --preprocess scale_shortside \ --mask_type 3 \ --load_size 512 \ --attn_G \ --add_noise |