atenpas / gpd

Detect 6-DOF grasp poses in point clouds
BSD 2-Clause "Simplified" License
598 stars 233 forks source link

About the low quality of grasping pose #119

Closed lsattf closed 1 year ago

lsattf commented 2 years ago

The algorithm cannot detect the objects in the scene very well. But the paper mentioned it has the object detection or segmantation algorithm included. Do I need to do the object detection in point cloud myself before feed into the package or I used the package incorrectly?

Here is the test result from a .pcd file with some objects on the table, you can see it just detect one or two of the obejcts and generate some pose on wall and table legs: Screenshot from 2021-10-14 15-36-51

atenpas commented 1 year ago

Yes, you need to do the object detection method. GPD's purpose is to detect grasp poses, not objects.