matsuren/omnimvs_pytorch

one question about the format of depth image

Closed this issue · 4 comments

I have a one question about depth image format.
I cannot find depth_train_640/ in omnithings directory which is downloaded from here. But, I can see the gt depth images in Omnidirectional Stereo Dataset. This depth format looks tiff.
Your depth_train_640 meant to be the above depth images? In this case, should I convert from tiff to png by myself?
BTW, thank you for all of your awesome work!

Hi,

I think they changed ground truth format for depth image. The last time I downloaded, the depth image format was png. Please change filename in omnithings_train.txt and omnithings_val.txt. Also, I guess you need to change the loading function here.

Thanks,

I understand. Thank you for your feedback!

Sorry to bother you! @takuya-ikeda-tri How did you turn depthmap from the .tiff to .png format? I'm not familiar to .tiff

It seems that the .tiff has three channels. How can I turn it to one-channel depth?