contact_graspnet icon indicating copy to clipboard operation
contact_graspnet copied to clipboard

the result is strange

Open uuu686 opened this issue 1 year ago • 1 comments

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?

uuu686 avatar May 26 '23 08:05 uuu686

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

arsalan-mousavian avatar Jun 21 '23 22:06 arsalan-mousavian