jzbontar / mc-cnn

Stereo Matching by Training a Convolutional Neural Network to Compare Image Patches
BSD 2-Clause "Simplified" License
707 stars 232 forks source link

Question about disparity image. #43

Open polar99 opened 6 years ago

polar99 commented 6 years ago

Hello. In KITTI2012 data_stereo_flow\training\disp_noc\000000_10.png, I saw the maximum raw value is 17873. Is it the real disparity? Does it need any transformation? Thanks a lot.

saeid-h commented 5 years ago

Yes. The image format is PNG 16bit. If you divide them by 256, you get the value that you are familiar with (i.e. PNG 8bit).