https://github.com/allencellmodeling/pointcloudutils
https://github.com/allencellmodeling/pointcloudutils
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/allencellmodeling/pointcloudutils
- Owner: AllenCellModeling
- License: other
- Created: 2023-09-06T16:42:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T17:13:30.000Z (about 2 years ago)
- Last Synced: 2025-11-12T02:37:44.078Z (7 months ago)
- Language: Python
- Size: 1.43 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# pointcloudutils
Utils and networks for point cloud related projects at AICS
---
First install cyto_dl. Then
```bash
pip install -e .
pip install "git+https://github.com/erikwijmans/Pointnet2_PyTorch.git#egg=pointnet2_ops&subdirectory=pointnet2_ops_lib"
pip install --upgrade https://github.com/unlimblue/KNN_CUDA/releases/download/0.2/KNN_CUDA-0.2-py3-none-any.whl
```
To use
```bash
from im2mesh.utils.libmise.mise import MISE
from im2mesh.utils.libmcubes import marching_cubes
```
install the occupancy networks repo and build these 2 extensions
**Allen Institute Software License**