princeton-vl / RAFT-Stereo

MIT License
721 stars 139 forks source link

up disparity #53

Open suxingzhao opened 2 years ago

suxingzhao commented 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

lahavlipson commented 2 years ago

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.