Open
Description
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
Labels
No labels