-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Thank you for your contribution. I currently have a confusion regarding your paper. You mentioned 3D-aware voxel-based projection for 2D images in the paper. Since I noticed that the provided code does not utilize depth information (depth is not used), I would like to ask: how do you manage to project a 2D image into 3D space without using the depth map? To further support my confusion, I noticed a specific detail in the real-world Go2 robot client code that seems to contradict the need for depth: The ROS topic subscription for the depth sensor (depth_sub) is commented out in the actual client implementation.Thank you for your answer.
self.depth_sub = self.create_subscription(Image, "/camera/camera/aligned_depth_to_color/image_raw",self.depth_callback, 1)