You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I want to test outpainting with an .png image. I understood you used lmdb data. I want to use prepare_data.py to convert ans png image to lmdb format but I got error. How I can do that?
You mentioned that, we must first # Run inversion first and # Then outpaint
@hubert0527
parser.add_argument("--model-config", default="\infinityGAN-main\configs\model\InfinityGAN-UR.yaml", type=str)
Hi. I want to test outpainting with an .png image. I understood you used lmdb data. I want to use prepare_data.py to convert ans png image to lmdb format but I got error. How I can do that?
You mentioned that, we must first # Run inversion first and # Then outpaint
@hubert0527
parser.add_argument("--model-config", default="\infinityGAN-main\configs\model\InfinityGAN-UR.yaml", type=str)
parser.add_argument("--test-config", default="\infinityGAN-main\configs\test\inversion_256x256_L2R.yaml", type=str)
The text was updated successfully, but these errors were encountered: