https://github.com/zicklag/pixi-nerfstudio
A pixi environment for installing nerfstudio.
https://github.com/zicklag/pixi-nerfstudio
Last synced: 4 months ago
JSON representation
A pixi environment for installing nerfstudio.
- Host: GitHub
- URL: https://github.com/zicklag/pixi-nerfstudio
- Owner: zicklag
- Created: 2024-03-20T19:03:53.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T19:09:16.000Z (about 2 years ago)
- Last Synced: 2025-05-21T16:49:37.578Z (about 1 year ago)
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pixi Nerfstudio Env
A simple pixi environment for installing
[nerfstudio](https://docs.nerf.studio/quickstart/installation.html).
## Usage
Until [this PR](https://github.com/prefix-dev/pixi/pull/985) is merged, we need to run a
`pixi install`, followed by a `pip install -r requirements.txt`.
It'd be nice to make a proper conda package for nerfstudio so that you don't have to wait
for tiny_cuda_nn to avoid having to wait for it to build locally when we run the pip install.