pytorch_6dof-graspnet icon indicating copy to clipboard operation
pytorch_6dof-graspnet copied to clipboard

How do I get the point cloud data from Realsense and convert it to the NPY files needed for the project demo?

Open gzchenjiajun opened this issue 3 years ago • 9 comments

I am using your warehouse, I tried the demo effect and felt very good. I see that the demo code is an input of test data in NPY format, and the output is the score and grasp location.

Now I want to merge the data from Intel RealSense into a similar output format, and then give it to machine control. How do I do that?

gzchenjiajun avatar Dec 07 '20 07:12 gzchenjiajun

Smoothed pc comes from averaging the depth for 10 frames and removing

the pixels with jittery depth between those 10 frames.

How exactly is this step generated? Is there a reference case?

gzchenjiajun avatar Dec 07 '20 07:12 gzchenjiajun

Smoothed pc comes from averaging the depth for 10 frames and removing

the pixels with jittery depth between those 10 frames.

How exactly is this step generated? Is there a reference case?

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

gzchenjiajun avatar Dec 09 '20 08:12 gzchenjiajun

Yes you are correct it is 10 frames of point-cloud data.

Now I want to merge the data from Intel RealSense into a similar output format, and then give it to machine control. How do I do that?

What you need to do is to read in the data from Intel RealSense and then convert these to pytorch tensors which is then fed to the network.

jsll avatar Dec 09 '20 09:12 jsll

Yes you are correct it is 10 frames of point-cloud data.

Now I want to merge the data from Intel RealSense into a similar output format, and then give it to machine control. How do I do that?

What you need to do is to read in the data from Intel RealSense and then convert these to pytorch tensors which is then fed to the network.

Thank you very much, I will try it these days! Your Git project is really great! I can't wait to actually use it

gzchenjiajun avatar Dec 09 '20 10:12 gzchenjiajun

What does the output value of the network xyz stand for? Is the output XYZ based on the xyz value in the center of the object or on the XYZ value in the bottom left corner of the image? thank you

@jsll

gzchenjiajun avatar Dec 11 '20 01:12 gzchenjiajun

xyz is the 3D coordinates of the point-cloud

jsll avatar Dec 13 '20 09:12 jsll

link:https://pan.baidu.com/s/1Q8Xbk9sW2sZ50Wk_aUz4LA password:coo3

I wrote my own code to gather data from Realsense and infer, So here's the code. But now I have made a mistake, I don't know how to solve it, could you help me? thank you

image

gzchenjiajun avatar Dec 28 '20 04:12 gzchenjiajun

link:https://pan.baidu.com/s/1Q8Xbk9sW2sZ50Wk_aUz4LA password:coo3

I wrote my own code to gather data from Realsense and infer, So here's the code. But now I have made a mistake, I don't know how to solve it, could you help me? thank you

image

Your link is dead

imdoublecats avatar Dec 30 '20 07:12 imdoublecats

@imdoublecats 我换了另一个repo去跑,你可以帮帮我吗?谢谢 ,链接在下面 https://github.com/NVlabs/6dof-graspnet/issues/11#issuecomment-752355589

gzchenjiajun avatar Dec 30 '20 07:12 gzchenjiajun