Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaireLC authored Apr 1, 2024
1 parent e5d55ad commit 147b63c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions aograsp_dataset_utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,33 @@ Fill out [this form](https://forms.gle/EVZbZGMYRiyKpo6GA) to download the AO-Gra

### AO-Grasp dataset

*Directory structure*

```
aograsp_dataset_2024
└── Box # category
└── 47645 # instance
└── 0 # state, 10 per instance
├── init_state.npz # information for loading object into PyBullet
├── point_cloud_info.npz # full point cloud and segmentation mask
└── raw/ # grasp data files
└── pos/ # positive grasps
└── neg/ # negative grasps
└── raw_ref_img/ # grasp data images
└── render/ # partial point clouds, 20 per state
```

### Pre-processed object meshes

Note: The instances we include here are only a subset of the PartNet-Mobility dataset. To download the full PartNet-Mobility dataset, visit their [webpage](https://sapien.ucsd.edu/downloads).

## Visualizing the AO-Grasp dataset

After you have downloaded the dataset and object meshes, we provide two scripts to visualize the data.

**Visualizing grasps in PyBullet on object instance**

To run this script, make sure the `aograsp_instances` directory is contained in the top-level `ao-grasp` directory.

**Visualizing point clouds**

0 comments on commit 147b63c

Please sign in to comment.