xingyuuchen / tri-depth

[WACV 2023] Self-Supervised Monocular Depth Estimation: Solving the Edge-Fattening Problem
GNU General Public License v3.0
78 stars 6 forks source link

colorful segmentation images #6

Closed zixulll closed 1 year ago

zixulll commented 1 year ago

Dear author, the segmented picture provided in FSRE-Depth is gray, may I ask how the color segmented picture you provided in the article was obtained? I want to know how to get it, thank you!

xingyuuchen commented 1 year ago

Hello @zixulll ,

It is grey because it has only one channel. You can easily convert it into 3 channel (RGB) thr the color_map. AFAIK, the matplotlib.pyplot library provides such an API. E.g., see our code here.

Best, Xingyu

zixulll commented 1 year ago

Thank you for your reply. The problem has been resolved!