https://github.com/allencellmodeling/pointcloudutils
https://github.com/allencellmodeling/pointcloudutils
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/allencellmodeling/pointcloudutils
- Owner: AllenCellModeling
- License: other
- Created: 2023-09-06T16:42:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T17:13:30.000Z (about 1 year ago)
- Last Synced: 2025-01-02T23:14:19.798Z (5 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
```bashfrom 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**