-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistent boundary inside and outside the hole regions #31
Comments
Hi, Thanks for your interest.
Meanwhile, there are some tips:
|
Hi, I got a same result with owenzlz. When I use pretrained model. I considered all your tips and It still make same result. I have questions about checking list.
Moreover, in my case, when I test model 2, it makes error
though model 1 and 3 doesn't make that error. Instead, model 3 make segmentation fault after the result coming out.
I use pytorch 1.0.0, cudatoolkit 10.0.130, CUDA Version 10.0. GPU is Tesla V100. but GPU driver is CUDA 10.1 Thank you. |
Hi! The code is tested with |
Setting |
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 pretty inconsistent pixel contrast inside and outside the holes, which are very different from the demo (same image) in the paper. I also tried many other images, and they have the same issues. I am wondering if you think I have running into some bugs when I run the model or do you have any other post-processing to smooth out the boundary? I haven't changed anything in the code yet before running the inference.
Looking forward to hearing from you. Thanks a lot!
The text was updated successfully, but these errors were encountered: