Toolbox quickstart: fix viz function table row
Browse files- toolbox/quickstart.md +1 -1
toolbox/quickstart.md
CHANGED
|
@@ -58,7 +58,7 @@ python -m react_toolbox.demo --with_depth
|
|
| 58 |
| `reference` | `get_reference`, `difference`, `l2_diff` | p01 / first / running-avg reference; Sparsh signed diff |
|
| 59 |
| `contact` | `contact_mask`, `contact_metrics`, `contact_centroid` | diff→threshold→largest component; reproduces dataset scalars |
|
| 60 |
| `depth` | `height_map`, `normals`, `poisson_integrate` | **approximate, uncalibrated** — pretrained markerless-Mini net (`nnmini.pt`, fetched on demand) + DCT Poisson |
|
| 61 |
-
| `viz` | `diff_heatmap`, `contact_overlay`, `reference_compare`, `depth_view`
|
| 62 |
| `calibration` | `load_calibration`, `project_gel_to_pixel` | per-task extrinsics (motherboard=May-12, pushT=June-26) |
|
| 63 |
| `actions` | `next_state_action`, `delta_pose_action`, `integrate_delta` | handheld pose → IL/world-model targets |
|
| 64 |
|
|
|
|
| 58 |
| `reference` | `get_reference`, `difference`, `l2_diff` | p01 / first / running-avg reference; Sparsh signed diff |
|
| 59 |
| `contact` | `contact_mask`, `contact_metrics`, `contact_centroid` | diff→threshold→largest component; reproduces dataset scalars |
|
| 60 |
| `depth` | `height_map`, `normals`, `poisson_integrate` | **approximate, uncalibrated** — pretrained markerless-Mini net (`nnmini.pt`, fetched on demand) + DCT Poisson |
|
| 61 |
+
| `viz` | `diff_heatmap`, `contact_overlay`, `reference_compare`, `depth_view`, `height_to_pointcloud` | all RGB uint8; `depth_view` is grayscale by default (standard GelSight height map), pass `cmap=` for a colormap |
|
| 62 |
| `calibration` | `load_calibration`, `project_gel_to_pixel` | per-task extrinsics (motherboard=May-12, pushT=June-26) |
|
| 63 |
| `actions` | `next_state_action`, `delta_pose_action`, `integrate_delta` | handheld pose → IL/world-model targets |
|
| 64 |
|