Open hdxpmc opened 3 years ago
We already calculated celeba_hq_test_GT_sorted_pair.pkl for pairing two images that have similar poses. Then we use that file to run the local_editing in generate.py.
If you want to edit your own images, then please use the demo code. That is the easiest way.
python demo.py --ckpt expr/checkpoints/celeba_hq_256_8x8.pt --dataset celeba_hq
@blandocs I was trying demo, but I found issue when trying image from internet
any hints to solve it?
Thanks
Hello, We followed the guide to prepare_data for my own images, and generate lmdb file. When run testing: python generate.py --ckpt expr/checkpoints/celeba_hq_256_8x8.pt --mixing_type local_editing --test_lmdb data/celeba_hq/LMDB_test --local_editing_part nose It inform no image.
How do we test on my own image ?