graspnet / graspnet-baseline

Baseline model for "GraspNet-1Billion: A Large-Scale Benchmark for General Object Grasping" (CVPR 2020)
https://graspnet.net/
Other
451 stars 137 forks source link

How to make the model adopt the output of actual clamp size parameters? #117

Open xiaozhangniaibu opened 1 month ago

xiaozhangniaibu commented 1 month ago

I found that the depth and width of the gripper output by the model vary, but the actual gripper may not be able to achieve this opening level. How should I modify it so that the model output can be based on the actual gripper as a parameter?

In my understanding, it refers to the depth and width of the model output, which can be directly visualized, and all that can be modified are visualization parameters

xiaozhangniaibu commented 1 month ago

I found that most of the output widths are between 0.1 and 0.05. If I manually filter out values greater than 0.07, it is very likely that there will be no grasping. How can I make the model predict to a fixed grasping size? Moreover, due to the random sampling of the demo. py point cloud, the output results may vary each time. How should we handle this