pytorch_depth_and_motion_planning icon indicating copy to clipboard operation
pytorch_depth_and_motion_planning copied to clipboard

Displaying the depth map

Open KOuldamer opened this issue 3 years ago • 1 comments
trafficstars

Thank you for this work, How can I display the depth map images using this code?

KOuldamer avatar Aug 12 '22 13:08 KOuldamer

This class https://github.com/chamorajg/pytorch_depth_and_motion_planning/blob/master/depth_prediction_net.py#L48 should give you the depth map as an output.

chamorajg avatar Aug 14 '22 13:08 chamorajg