chrockey commited on
Commit
b0e0b8e
·
verified ·
1 Parent(s): 4479756

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -46,5 +46,7 @@ probs = outputs["affordance"][0]["probs"] # (N,) per-voxel heatmap in [0, 1],
46
  > **Need mesh / gaussian?** Pass `formats=["mesh", "gaussian"]` to `pipeline.run`. Decoding is opt-in so the default path avoids nvdiffrast / kaolin.
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).
 
46
  > **Need mesh / gaussian?** Pass `formats=["mesh", "gaussian"]` to `pipeline.run`. Decoding is opt-in so the default path avoids nvdiffrast / kaolin.
47
  >
48
  > **Reconstruction only?** Drop `queries` (or pass `load_affordance=False` to `from_pretrained`).
49
+ >
50
+ > **Active view selection.** Pass `view_selection_mode="voxel"` (decoder-free) or `"mesh"` (paper version, needs `nvdiffrast`) — pipeline picks the next-best hemisphere pose by affordance visibility.
51
 
52
  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).