We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0769d5 commit c84966fCopy full SHA for c84966f
README.md
@@ -13,5 +13,15 @@ pip install "git+https://github.com/erikwijmans/Pointnet2_PyTorch.git#egg=pointn
13
pip install --upgrade https://github.com/unlimblue/KNN_CUDA/releases/download/0.2/KNN_CUDA-0.2-py3-none-any.whl
14
```
15
16
+To use
17
+
18
+```bash
19
20
+from im2mesh.utils.libmise.mise import MISE
21
+from im2mesh.utils.libmcubes import marching_cubes
22
+```
23
24
+install the occupancy networks repo and build these 2 extensions
25
26
**Allen Institute Software License**
27
0 commit comments