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 91c2378 commit eed4a4b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions aograsp_dataset_utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ To visualize positive grasps on an object instance for a given state (ie. Microw
```
python aograsp_dataset_utils/viz_grasps_pybullet.py --state_path <path/to>/aograsp_dataset_2024/Microwave/7221/1/
```
<img src="images/viz_pybullet_example_7221_state1.png" width="400">

**Visualizing point clouds**

Expand All @@ -139,16 +140,22 @@ To visualize a full point cloud (in `<state_path>/point_cloud_info.npz` files) w
```
python aograsp_dataset_utils/viz_pointcloud.py <path/to>/aograsp_dataset_2024/Microwave/7221/1/point_cloud_info.npz --seg_mask
```
<img src="images/full_pcd.png" width="400">

**Partial point clouds**

To visualize a partial point cloud (in `<state_path>/render/<viewpoint_id>/point_cloud_seg.npz` files), by default with ground-truth dense grasp-likelihood labels:
```
python aograsp_dataset_utils/viz_pointcloud.py <path/to>/aograsp_dataset_2024/Microwave/7221/1/render/0000/point_cloud_seg.npz
```
<img src="images/partial_pcd_heatmap.png" width="350">

Optionally, for partial point clouds, you may also view the partial point cloud with the segmentation mask (actionable parts in green), using `--seg_mask`:

<img src="images/partial_pcd_mask.png" width="300">

And with the ground truth positive grasps, using `--gt_grasps`:

<img src="images/partial_pcd_grasps.png" width="350">


0 comments on commit eed4a4b

Please sign in to comment.