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

the result is strange #35

Open
uuu686 opened this issue May 26, 2023 · 1 comment
Open

the result is strange #35

uuu686 opened this issue May 26, 2023 · 1 comment

Comments

@uuu686
Copy link

uuu686 commented May 26, 2023

hello! I used my own point cloud data. That looks a little bit problematic. I hope you can help me.

test data:
I change the load_available_input_data(), it will return pc_full and others are None. The pc_full is read from a .pcd file .
segmap, rgb, depth, cam_K, pc_full, pc_colors = load_available_input_data(p, K=K)
the whole data is like this:
image

Experiment 1:
I generate the point cloud from my camera and no segmentation information, the grasp result looks good.
image

Experiment 2:
I segment object first and then generate the point cloud,the grasp result looks bad, and very different from Experiment 1.
image

I want to segment object first(just like Experiment 2) and grasp the box from it's frontage. Can you tell me what should I do?

@arsalan-mousavian
Copy link
Collaborator

You can segment objects with https://github.com/NVlabs/UnseenObjectClustering for example.

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