VCL3D/3D60

How to deal with depth.exrfile

hahawhat-ch opened this issue · 1 comments

Dear 3D60 authors:
I'm just download your dataset ,Thank you !I'm new in depth filed,so when I check the depth.exr file(with photoshop),i'm confused,it looks like that different from the ground truth I saw before,how can i deal with the depth.exr.Thank you

BL@N8TYQTFA}M90TC}3H1M0

zuru commented

You can use opencv-python to load it:

  depth = cv2.imread(filename, cv2.IMREAD_ANYDEPTH)

See also:

def _load_depth_image(filename, data_type):

External useful tools are: