You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/example_eval.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ To generate a `GraspGroup` and save it, you can directly input a 2D numpy array
20
20
))
21
21
gg.save_npy(save_path)
22
22
23
-
where your algorithm predicts N grasp poses for an image. For the meaning of each entry, you should refer to the doc for Grasp Label Format-API Loaded Labels
23
+
where your algorithm predicts N grasp poses for an image. For the `object_id`, you can simply input `0`. For the meaning of other entries, you should refer to the doc for Grasp Label Format-API Loaded Labels
24
24
25
25
The file structure of dump folder should be as follows:
0 commit comments