Replies: 1 comment 4 replies
-
|
You can specify |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As Nagadomi pointed out, inpainting is only applied to regions defined by the inpainting mask. Common issues include:
In practice, a 2D image already represents either the left or right view of a 3D SBS image. For simplicity, let's assume it's the left view. When converting 2D images to left-right SBS format, artifacts such as distorted lines and ghosting often appear.
Here are three suggestions to improve the conversion process:
Observation: Artifacts typically occur on the generated right image, especially along the RIGHT-side borders between foreground and background. The original (left) image always remains clean and unaffected.



here are some examples(the left side are the original 2D images):
Beta Was this translation helpful? Give feedback.
All reactions