6dof-graspnet icon indicating copy to clipboard operation
6dof-graspnet copied to clipboard

Question Regarding validation with own data and the variable "smoothed_object_pc"

Open gtan039 opened this issue 5 years ago • 5 comments

Hello, can I ask, how is the "smoothed_object_pc" variable derived? I am able to get the RGB image data, depth image, and the intrinsic matrix of the camera, but I am not sure about "smoothed_object_pc" as well as "base_to_camera_rt

gtan039 avatar Feb 06 '20 01:02 gtan039

It's explained here: https://github.com/NVlabs/6dof-graspnet/blob/master/demo/main.py#L127-L128

base_to_camera_rt: is the relative transformation between camera and robot base which is not used in the example.

arsalan-mousavian avatar Feb 06 '20 03:02 arsalan-mousavian

It's explained here: https://github.com/NVlabs/6dof-graspnet/blob/master/demo/main.py#L127-L128

base_to_camera_rt: is the relative transformation between camera and robot base which is not used in the example.

So how does it work? Can you be more specific? thank you

ggzzzzz628 avatar Dec 07 '20 07:12 ggzzzzz628

It's explained here: https://github.com/NVlabs/6dof-graspnet/blob/master/demo/main.py#L127-L128

base_to_camera_rt: is the relative transformation between camera and robot base which is not used in the example.

I now want to generate the smoothed_object_PC format from Realsense. How do I do that? Can you help me? Thank you

ggzzzzz628 avatar Dec 07 '20 07:12 ggzzzzz628

It's explained here: https://github.com/NVlabs/6dof-graspnet/blob/master/demo/main.py#L127-L128 base_to_camera_rt: is the relative transformation between camera and robot base which is not used in the example.

I now want to generate the smoothed_object_PC format from Realsense. How do I do that? Can you help me? Thank you

I understand it's 10 frames of point cloud data, right?

ggzzzzz628 avatar Dec 09 '20 08:12 ggzzzzz628

Hello, I am also interested into how to perfom this step.

Can you please share this code snipped in order to do so?

Best thanks I hope it is fine for you

patselle avatar Oct 04 '22 13:10 patselle