uber-research / DeepPruner

DeepPruner: Learning Efficient Stereo Matching via Differentiable PatchMatch (ICCV 2019)
Other
354 stars 41 forks source link

Experiment on pytorch2.0.0 #43

Closed leizhenyu-lzy closed 1 year ago

leizhenyu-lzy commented 1 year ago

in torch 2.0.0

disparity = torch.cat(disparity, dim=0)

need to be added to the submission_kitti.py after

disparity = test(imgL, imgR)
ShivamDuggal4 commented 1 year ago

Hi @leizhenyu-lzy

Thanks for sharing this update. Hopefully, if anyone faces this problem, this issue will help them fix it faster. I don't have the datasets and the pytorch environment on my current machine to test, so I will leave it as an issue. But I appreciate you sharing this.

Best Regards, Shivam