infinityGAN icon indicating copy to clipboard operation
infinityGAN copied to clipboard

InfinityGAN: Towards Infinite-Resolution Image Synthesis

Results 18 infinityGAN issues
Sort by recently updated
recently updated
newest added

I'm looking for a high-resolution image synthesizer (4k) and wonder if infinityGan suits this task. I want to train it on my own data and potentially use it as an...

When i try to do outpainting. 1. CUDA_VISIBLE_DEVICES="0" python test.py --model-config="./configs/model/InfinityGAN.yaml" --test-config="./configs/test/inversion_256x256_L2R.yaml" 2. CUDA_VISIBLE_DEVICES="0" python test.py --model-config="./configs/model/InfinityGAN.yaml" --test-config="./configs/test/outpaint_with_fused_gen_256x256.yaml" --inv-records="./logs/InfinityGAN/test/outpaint_with_fused_gen_256x256/stats/.pkl" --inv-placements=0.5,0.25 When I submit the second instruction, there is no pkl...

Hey, thanks for the open source code. Do you have benchmarks for various training setups, for instance, what is the iter/s for InfinityGAN.yaml (using patchsize of 101).

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...

Dear Authors, Thanks a lot for your great work! I was trying to reproduce your work but I struggled a lot to download the Flickr-lands-large dataset from Google Drive, which...

https://github.com/hubert0527/infinityGAN/blob/86e4715cbea2cc0940954bf646d3957454d4e5ed/train.py#L365-L366 1. Is this a mistake in L365-L366? 2. NAN in my training. logs: **WARNING:root:NaN or Inf found in input tensor. [*] EXP: InfinityGAN; d: nan; g: 2.42; r1: 0.01;...

Howdy, when I enter the following command I am returned an error, listed below: python prepare_data.py ./configs/dataset/flickr-landscape-small.yaml --train_only Traceback (most recent call last): File "prepare_data.py", line 200, in cur_lmdb_root =...

What is the timetable for the code being released?

Dear Authors: Thank you for your great work. I'm trying to train InfinityGAN with my own dataset which consistes of ~80,000 256 x256 images. I am using a batch size...