meteorshowers / X-StereoLab

SOS IROS 2018 GOOGLE; StereoNet ECCV2018 GOOGLE; ActiveStereoNet ECCV2018 Oral GOOGLE; HITNET CVPR2021 GOOGLE;PLUME Uber ATG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what are the codes doing for disparity .pfm?

JackLee396 opened this issue · 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.

I'm also confused about this...

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