8000 how to set z_worlds · Issue #6 · longcw/crossview_3d_pose_tracking · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
how to set z_worlds #6
Open
Open
@azuryl

Description

@azuryl

Dear longcw

thank your great job
now I want to use back_project function to realize a single point in the image plane correspods to a ray in 3D space

in calibration.py
I defined
def project(self, points_3d, camera_id):
camera = self.cameras[camera_id] # type: Camera
return camera.back_project(points_2d, z_worlds)

can you kindly tell me how to set z_worlds, I have tired set z_worlds=[ ] bur there are no output in points_3d

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0