Skip to content
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

Weird behaviour on the edges #273

Open
rybekci opened this issue Aug 30, 2021 · 2 comments
Open

Weird behaviour on the edges #273

rybekci opened this issue Aug 30, 2021 · 2 comments

Comments

@rybekci
Copy link

rybekci commented Aug 30, 2021

Hello! I tried to reproduce the result for chicago_la_musee.jpg. However, my created image has a colour confusion on the edges instead.
chicago

I used this command:
python evaluate.py --checkpoint la_muse.ckpt --in-path input/ --out-path output/
where la_muse.ckpt is from Google Drive; input has the image from examples/content/; output is an empty folder.

Is it normal or am I missing something?

@jadonalam
Copy link

jadonalam commented Sep 5, 2021

Hi. This happens with me too. I have been running the program for numerous projects and the problem with the edges stays consistent. You can try trimming the edges off in post production if you don't like the output. Here is one of my example:

0_6000

@Wojak27
Copy link

Wojak27 commented Jun 13, 2022

You can solve this issue by mirroring the image on the edges. More here: https://docs.opencv.org/3.4/dc/da3/tutorial_copyMakeBorder.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants