Open TomFrank0217 opened 2 years ago
Hi, How did you run the command for outpainting without error? What was your input image? Did you use .png image for test? I got error about lmdb dataset and couldn't run this CUDA_VISIBLE_DEVICES="0" python test.py --model-config="./configs/model/InfinityGAN.yaml" --test-config="./configs/test/inversion_256x256_L2R.yaml" without error. @TomFrank0217
Hi, sorry for the late reply. The released config was wrong (I don't know how the config get overwritten). Please use the updated config at ./configs/test/outpaint_with_fused_gen_256x256.yaml
and replace the flag in the second command with --inv-placements=0.5,0.5
.
When i try to do outpainting.
Could u help me solve this problem? 1.where is the correct pkl file? 2.if the pkl file is correct? how to solve the second question?