JiaRenChang / PSMNet

Pyramid Stereo Matching Network (CVPR2018)
MIT License
1.43k stars 423 forks source link

Predicted disparity colormap and code #102

Open meteorshowers opened 5 years ago

meteorshowers commented 5 years ago

Could you please tell me how to generate the colored Predicted disparity, it looks good! Thanks!

JiaRenChang commented 5 years ago

@meteorshowers Hi, you can download development kit from KITTI website. http://www.cvlibs.net/datasets/kitti/eval_scene_flow.php?benchmark=stereo And you can find "disp to color" function.

meteorshowers commented 5 years ago

@JiaRenChang
Thanks a lot!

lmx-2021 commented 5 years ago

Did you use the fintune PSMNet or pretrained model to test?

YangJae96 commented 4 years ago

Did you find where the "disp to color" function is?