X-StereoLab icon indicating copy to clipboard operation
X-StereoLab copied to clipboard

what are the codes doing for disparity .pfm?

Open JackLee396 opened this issue 5 years ago • 2 comments

    for i in range(data.shape[0]):
        for j in range(data.shape[1]):
            if j - data[i][j] < 0:
                data[i][j] = -1

It make black areas at bottom-left corner of the disparity image.

JackLee396 avatar Mar 27 '19 03:03 JackLee396

I'm also confused about this...

HzZHoO avatar Mar 29 '19 01:03 HzZHoO

I tried not to use this part,and train the model . It didn't matter and the result is similar。

zcong17huang avatar Jan 08 '20 09:01 zcong17huang