Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -47,4 +47,4 @@ probs = outputs["affordance"][0]["probs"] # (N,) per-voxel heatmap in [0, 1],
|
|
| 47 |
>
|
| 48 |
> **Reconstruction only?** Drop `queries` (or pass `load_affordance=False` to `from_pretrained`).
|
| 49 |
|
| 50 |
-
End-to-end examples in the [GitHub repo](https://github.com/chrockey/Affostruction): `examples/
|
|
|
|
| 47 |
>
|
| 48 |
> **Reconstruction only?** Drop `queries` (or pass `load_affordance=False` to `from_pretrained`).
|
| 49 |
|
| 50 |
+
End-to-end examples in the [GitHub repo](https://github.com/chrockey/Affostruction): `examples/affostruction.py` (full pipeline), `examples/reconstruction.py` (reconstruction-only), and `examples/reconstruction_unposed.py` (experimental unposed single-view).
|