Skip to content
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

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

Open
gzchenjiajun opened this issue Dec 7, 2020 · 2 comments

Comments

@gzchenjiajun
Copy link

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?

Especially smoothed_object_pc

@gzchenjiajun
Copy link
Author

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?

Especially smoothed_object_pc

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

@arsalan-mousavian
Copy link
Collaborator

It's 10 frames of point cloud data after removing the noisy points and averaging the rest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants