Christy61 / OpenMaterial

An example use of the openmaterial dataset
14 stars 1 forks source link

How to get depth map? #1

Open Wuuu3511 opened 5 months ago

Wuuu3511 commented 5 months ago

Thank you for the excellent work and sharing the dataset!

I noticed that the depth in the dataset is the PNG visualization image. Could you please tell me how to render the ground truth depth map? Alternatively, could you share the rendered depth maps?

Looking forward to your reply!

Christy61 commented 5 months ago

Sorry for such a late reply. Storing the normalised depth information in the form of an image and then inverting it to get the original depth may have errors. We will modify the dataset in the near future to provide accurate depth information in "npy" format. Or if there's a better way to store it, could you please let me know?