whats then meaning of each number of rect grasp label
cww97 opened this issue · 6 comments
cww97 commented
whats then meaning of each number of rect grasp label
cww97 commented
>>> f = '/home/weiwen/mnt0/mail2020/graspDL/datasets/graspNet-1b/scenes/scene_0000/kinect/rect/0000.npy'
>>> rect = np.load(f)
>>> rect.shape
(7645, 7)
Fang-Haoshu commented
Hi, should be (score, width, height, depth, rotation, translation, object_id), where object id is set to -1 by default(not used)
gachiemchiep commented
Hello @Fang-Haoshu
I understand the meaning of score, rotation, translation, object_id.
Would you mind explain the meaning of width, height, depth.
Is the width equal to "6", height equal to "7" and depth equal to "4" as in this picture.
Fang-Haoshu commented
cww97 commented
gachiemchiep commented
@Fang-Haoshu
Sorry, I still don't understand those values.
For example, if we detected a grasp pose like this image :
https://github.com/atenpas/gpd/blob/master/readme/hand_frame.png
For now, I understand the meaning of each variable like this:
- score: the confidence of detected grasp
- rotation: rotation matrix of detected grasp
- translation: position (3d coordinates) where grasp is detected
- object_id
- width, height, depth: I guess that is the size of cube that contains gripper