JiaRenChang / PSMNet

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

How to visualize the generated disparity map #137

Open huangcimu opened 5 years ago

WASCHMASCHINE commented 5 years ago

Try the KITTI Stereo 2015 devkit matlab functions https://s3.eu-central-1.amazonaws.com/avg-kitti/devkit_scene_flow.zip

huangcimu commented 5 years ago

Thank you very much for your reply. By the way, how to visualize the disparity map generated by your deep learning project on github

JiaRenChang commented 5 years ago

@huangcimu The "submission.py" will generate uint16 PNGs in single channel (grayscale images). The matlab functions can load the PNGs and convert them into RGB images.

huangcimu commented 5 years ago

👌thank you very much------------------ 原始邮件 ------------------ 发件人: "Jia-Ren Chang"notifications@github.com 发送时间: 2019年6月13日(星期四) 下午4:47 收件人: "JiaRenChang/PSMNet"PSMNet@noreply.github.com; 抄送: "huangcimu"527354782@qq.com;"Mention"mention@noreply.github.com; 主题: Re: [JiaRenChang/PSMNet] How to visualize the generated disparity map(#137)

@huangcimu The "submission.py" will generate uint16 PNGs in single channel (grayscale images). The matlab functions can load the PNGs and convert them into RGB images.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.