anygrasp_sdk icon indicating copy to clipboard operation
anygrasp_sdk copied to clipboard

result filter

Open zhenglianchi opened this issue 6 months ago • 2 comments

grasp_mask_x = ((curr_gg.translations[:,0]>-0.18) & (curr_gg.translations[:,0]<0.18))
grasp_mask_y = ((curr_gg.translations[:,1]>-0.12) & (curr_gg.translations[:,1]<0.12))
grasp_mask_z = ((curr_gg.translations[:,2]>0.35) & (curr_gg.translations[:,2]<0.55))

请问应该如何使用图像分割的mask来筛选目标traget_gg呢

zhenglianchi avatar May 14 '25 03:05 zhenglianchi

有两种方式,可以在前处理中用mask只保留物体(或物体+周围区域)的点云作为输入,也可以在后处理的时候把抓取点投回图像上判断是否在mask内

chenxi-wang avatar May 14 '25 10:05 chenxi-wang

您好,请问machine feature id代表什么,原本通过的license,我将机械臂UR5网线插入电脑会显示license失败,请问如何解决

---Original--- From: "Chenxi @.> Date: Wed, May 14, 2025 18:01 PM To: @.>; Cc: @.@.>; Subject: Re: [graspnet/anygrasp_sdk] result filter (Issue #115)

chenxi-wang left a comment (graspnet/anygrasp_sdk#115)

有两种方式,可以在前处理中用mask只保留物体(或物体+周围区域)的点云作为输入,也可以在后处理的时候把抓取点投回图像上判断是否在mask内

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

zhenglianchi avatar Jun 05 '25 08:06 zhenglianchi