Open suxingzhao opened 2 years ago
Using your code I'm able to compute the disparity Left, I'm wondering if your algorithm support also up or down disparity? Thank you
It should, yes. You may need to rotate/flip the images so that the disparity is always negative, which is how our model was trained.
Using your code I'm able to compute the disparity Left, I'm wondering if your algorithm support also up or down disparity? Thank you