Skip to content

Commit

Permalink
Update example_eval.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Fang-Haoshu committed Mar 25, 2022
1 parent bbb463b commit ca350fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/example_eval.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To generate a `GraspGroup` and save it, you can directly input a 2D numpy array
))
gg.save_npy(save_path)

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
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

The file structure of dump folder should be as follows:

Expand Down

0 comments on commit ca350fc

Please sign in to comment.