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

Odd strip on left side of image #39

Open
y2k0999 opened this issue May 27, 2024 · 1 comment
Open

Odd strip on left side of image #39

y2k0999 opened this issue May 27, 2024 · 1 comment

Comments

@y2k0999
Copy link

y2k0999 commented May 27, 2024

Along the entire left side of each high resolution image I generate there is a peculiar strip of about a few pixels in width where it appears to be a reflection of somewhere else in the scene. Any idea what could be causing this?

To be clear in the image below, the blue is my desktop wallpaper.
Screenshot from 2024-05-27 16-37-13

@Jamy-L
Copy link
Owner

Jamy-L commented May 31, 2024

Hi, it is very hard to tell what is exactly happening as I never encountered this precise issue. However, various artefacts are expected to appear on the borders of the output, because these areas could get out of bound of some images of the burst. The optical flow and robustness mask are also estimated on patches that may not perfectly divide the input images, so the estimation in these patches is probably wrong and there is not much that can be done to improve it. I just noticed that the issue is also present in the bottom examples of this page of the demo. It seems to happen only when the robustness mask is deactivated, so I would bet on an optical flow problem. Also, if you see this appearing on the left of the image instead of the right side, it could be because your image has a weird orientation tag in its metadata and it is actually flipped before processing (see here for more detail)

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

2 participants