PSMNet
PSMNet copied to clipboard
Result into rgb?
Hi, I am trying to use the Kitti2015 pretrained model. I want to test the dataset and see the result come out.
The result comes out like this in grayscale. But I want to see the result come out like the
image below which is in the PSM-Net paper.
Can you tell me how you transformed into rgb like that?? and what that rgb color means?

@YangJae96 Hi, you can convert disp to rgb by using Matlab function in KITTI development kit. You would like to download it in KITTI website.
Thank you very much!!
Hi @YangJae96 , Maybe you can also use the code from https://github.com/DeepMotionAIResearch/DenseMatchingBenchmark/blob/master/dmb/visualization/stereo/vis.py. It's the python version of KITTI website.