StructureFlow icon indicating copy to clipboard operation
StructureFlow copied to clipboard

Code for paper "StructureFlow: Image Inpainting via Structure-aware Appearance Flow"

Results 13 StructureFlow issues
Sort by recently updated
recently updated
newest added

I found that four residual blocks are used for each upsampling layer in the structure repair network, what is the significance of this

RuntimeError: CUDA out of memory. Tried to allocate 8.13 GiB (GPU 0; 10.76 GiB total capacity; 643.57 MiB already allocated; 8.20 GiB free; 32.43 MiB cached) Why is 643.57 MiB...

Hi, thanks for sharing the nice work and code! I am running inference on the provided example images using the pretrained Places2 model. However, the generated images I get have...

I have GPU 1070 with CUDA 10.2 installed and pytorch 1.5. I modified the setup.py file to only include sm=61 (my compute capability) I get the followin error: running install...

I have followed the instruction to build Gaussian Sampling CUDA package: - cd ./StructureFlow/resample2d_package - python setup.py install --user However, I get below error: > File "/data/abc/StructureFlow/src/resample2d.py", line 4, in...

https://github.com/RenYurui/StructureFlow/blob/1ac8f559475452e6b674699671c6b34f000d9ebd/src/loss.py#L197 should be ``` self.relu3_3.add_module(str(x), features[x]) ```

Hi! I would like to ask: Q1. For the training visualization, are the images arranged (from top to bottom) in the order of ... `color groundtruth image + mask` `color...

Good work and thanks for your sharing! But I can not download the pre-trained model from Google drive. Can you provide a link of the pre-trained model on Baidu cloud...

I use the google colab, GPU count is 1 Following issue is occured Training epoch: 1 Traceback (most recent call last): File "/usr/lib/python3.6/multiprocessing/queues.py", line 234, in _feed obj = _ForkingPickler.dumps(obj)...

/home/wf/.local/lib/python3.6/site-packages/resample2d_cuda-0.0.0-py3.6-linux-x86_64.egg/resample2d_cuda.cpython-36m-x86_64-linux-gnu.so: undefined symbol: __cudaPopCallConfiguration