Replies: 1 comment
-
There are two different types of stereo view synthesis:
iw3 is 2. 3d movie(post production) is 1. That is why the right eye frame is much different. Also, there is an option to output various parameters for comparison. --find-param Line 1742 in e830a9a Adding the option to output in method 1 to this function should achieve it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've extracted the left and right frames from a true stereoscopic movie and I'd like to compare the different models and settings against these.
How is this best achieved?
Are there built in utils/functions to do this? Some of the files in training seem promising and I see some eval functions.
I though I could give iw3 the left image and then just compare the original vs output right image but it doesn't seem to be as straighforward as that.
I saw that there is a
--export
option which outputs the depth map for the given image at the default or specified resolution but if I do this I would need to compute a depth map for the original left & right images which seems doesn't seem straightforward (most solutions rely on OpenCV and there seem to be variables for this).I also tried outputing a Full SBS image and then overlaying it against the original and noticed differences in both left and right frames with the right frame containing a much larger differece. I would have throught the left frame would be untouched. This doesn't seem to be the case however and I can't tell if it's because of encoding/decoding or if the way the depth map is applied actually generates two new images (this would actually make a lot of sense to me).
Beta Was this translation helpful? Give feedback.
All reactions