https://github.com/mon-ius/gaussian-splatting-pro
Bug-free 3DGS implementation with the latest PyTorch 2.5 dev features enabled😊
https://github.com/mon-ius/gaussian-splatting-pro
Last synced: 6 months ago
JSON representation
Bug-free 3DGS implementation with the latest PyTorch 2.5 dev features enabled😊
- Host: GitHub
- URL: https://github.com/mon-ius/gaussian-splatting-pro
- Owner: Mon-ius
- License: mit
- Created: 2024-06-21T16:30:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T18:02:23.000Z (about 2 years ago)
- Last Synced: 2025-05-08T17:54:15.542Z (about 1 year ago)
- Homepage:
- Size: 341 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gaussian-splatting-pro
Bug-free 3DGS implementation with latest Pytorch2.5 dev feature enabled!.
## Install deps
```bash
conda create -n dev python=3.12 pytorch torchvision scipy numpy rich ninja pytorch-cuda cuda -c pytorch-nightly -c nvidia -y
pip install third_party/raster
pip install third_party/knn
```