context-encoder icon indicating copy to clipboard operation
context-encoder copied to clipboard

[CVPR 2016] Unsupervised Feature Learning by Image Inpainting using GANs

Results 108 context-encoder issues
Sort by recently updated
recently updated
newest added

Hi,I'm trying some algorithms of image restoration. Can you provide a data set of Paris StreetView dataset?Thanks,My e-mail address is [email protected] Best, Chen

Any idea on how to implement this paper in pytorch would be of a great help.! And what do these line of the code do? How do I implement these...

@pathak22 How to remove the blocking artifact in the patch loction after reconstruction of image? What value to be set in this part of code? image_ctx[{{},{1},{1 + opt.fineSize/4 + opt.overlapPred,...

TypeError: RangeIndex(...) must be called with integers, map was passed for stop

In the file (train.lua and data.lua), why set torch.setnumthreads(1)? I am a little confused about the setting. Can I set multithreads, such as torch.setnumthreads(torch.getnumthreads())? Thanks for your time.

hi 1 I have a question about the loadSize, why should we use 129 not just 128? 2 why should we use overlapPred? 3 I have a image which fineSize...

Hi, From page 5: To customize GANs for this task, one could condition on the given context information; i.e., the mask Mˆ ⊙ x. However, conditional GANs don’t train easily...

Hi, First of all, great and interesting work. Congratulations! I have recently started my Ph.D. and your paper was one of the few interesting and helpful baselines for me to...

Hi, I find that if the opt.conditionAdv is true , then the input of the Adversarial discriminator net is 128x128, but if set it false, the input is changed to...

@pathak22 , hi. I tried the train_random.lua. and the result is as follow: ![image](https://user-images.githubusercontent.com/13776012/39816579-3f2f50ee-53ce-11e8-883a-dbcb9e741ef2.png) but I think it is only pseudorandom. for a given training, the random position is also...