BerkeleyAutomation / gqcnn

Python module for GQ-CNN training and deployment with ROS integration.
https://berkeleyautomation.github.io/gqcnn
Other
306 stars 149 forks source link

Issue: Bug/Performance Issue [Custom Images] - point cloud is not smooth #100

Open leeivan1007 opened 4 years ago

leeivan1007 commented 4 years ago

It is good by 'GQCNN-4.0-PJ' and always can grasp successfully. But it can't predict successfully by 'GQCNN-4.0-SUCTION'.

Our test image

the depth distance is 0.693m with Q=0.185 image

image

image

there have a point cloud file: https://drive.google.com/file/d/13iyM7MnbWEN_LE1hMO_S_Cwu3fr_XLZC/view?usp=sharing

The original image [ depth_0.npy ]

image

image

image

When grasp_candidates is opened

sampled grasps iter 0 image

sampled grasps iter 1 image

sampled grasps iter 2 image

Question

The original image's surface is smooth. I think maybe it is the cause that suction method can't be successful. Maybe I miss something, but now i don't know what happen clearly...

Think for any suggestions!