StereoNet icon indicating copy to clipboard operation
StereoNet copied to clipboard

A customized implementation of the paper "StereoNet: guided hierarchical refinement for real-time edge-aware depth prediction"

Results 3 StereoNet issues
Sort by recently updated
recently updated
newest added

Hi 🙂 Could you share your hardware, used to train the model and how long did it took, please? I am also trying to re-implement StereoNet and training times are:...

Nice work! Could you please update the pre-trained model from Baidu cloud?

In CostVolume function, I print the value of leftMinusRightMove for each disparity but it seems that all of them are equal. I used both torch.all(torch.eq(org, leftMinusRightMove)) and torch.equal(org, leftMinusRightMove) to...