Skip to content

2d->3d problem #59

@wyy2546676927

Description

@wyy2546676927

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions