-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
some trobule when i run the run_grasp_generator.py #18
Comments
The information in
|
Thanks for your reply. Nice work, Congratulations |
I'm also looking into this file at the moment. Could you please explain what the file format of camera_pose.txt is? Is it a transform matrix? |
@wuhuzi hello, could you upload camera_pose.txt? I have completed the camera calibration through other ways, can i make the file through the obtained transform matrix? |
Hello, may I ask how you solved it? Could you please provide specific examples of camera_pose.txt and camera_depth_scale.txt files? I also use other methods for camera calibration, can I directly use them here |
I am new guy in this research feild.I get some trobule when i run the run_grasp_generator.py.
I wish i could get your help.
Could you upload camera_pose.txt and camera_depth_scale.txt ?
Or tell me how to get these files in my environment. or tell us how to you make these files.
Actually, I don't understand this code in the grasp_generator.py :
Load camera pose and depth scale (from running calibration)
self.cam_pose = np.loadtxt('saved_data/camera_pose.txt', delimiter=' ')
self.cam_depth_scale = np.loadtxt('saved_data/camera_depth_scale.txt', delimiter=' ')
homedir = os.path.join(os.path.expanduser('~'), "grasp-comms")
self.grasp_request = os.path.join(homedir, "grasp_request.npy")
self.grasp_available = os.path.join(homedir, "grasp_available.npy")
self.grasp_pose = os.path.join(homedir, "grasp_pose.npy")
Thank you very much. Thanks for your time !
The text was updated successfully, but these errors were encountered: