MM-DistillNet icon indicating copy to clipboard operation
MM-DistillNet copied to clipboard

Clarification about depth images in the dataset

Open krantiparida opened this issue 3 years ago • 1 comments

Hi, Thanks for the effort and for making the dataset public.

I have a small doubt about the provided depth images of the dataset. From the depth images, it seems cv2.COLORMAP_JET was used for converting the normalized depth values to the colormap image. But in the examples, it seems that the nearby points (points with lower depth values) are marked by red color whereas it should be blue as per the colormap. Can you please clarify this discrepancy or are you storing the inverse depth in the image?

krantiparida avatar Sep 01 '21 21:09 krantiparida

The depth images seem to be created with https://github.com/pat676/MLPDepthMap/blob/master/src/MLPDataInterpreter.py#L115

drydenwiebe avatar Jan 27 '22 19:01 drydenwiebe