KinglittleQ / PSMNet

A Pytorch implementation of Pyramid Stereo Matching Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error

jackyangs opened this issue · comments

Hello
When I run to the verification step, the 3px-error rate always shows 0. Can you tell me where there is a problem?
I found that target_disp read the value of 0, but, I don't know where it is.
Can you help me with it?

Did you mean target_disp is always 0? You may need to check the path of the disparity map here

data['disp'] = cv2.imread(self.disp_imgs[idx])[:, :, 0]

Simply printing the path and the read disparity map may help you.

Thank you for your reply. I'll try again