feat: Initial commit

This commit is contained in:
fdyuandong
2025-04-17 23:14:24 +08:00
commit ca93dd0572
51 changed files with 7904 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# install torch 2.1.2
# or conda install pytorch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 pytorch-cuda=11.8 -c pytorch -c nvidia
pip install torch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 --index-url https://download.pytorch.org/whl/cu118
# install dependencies
pip install -r requirements.txt
# install H5-render
pip install wheels/gradio_gaussian_render-0.0.2-py3-none-any.whl

View File

@@ -0,0 +1,9 @@
# install torch 2.1.2
# or conda install pytorch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 pytorch-cuda=12.1 -c pytorch -c nvidia
pip install torch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 --index-url https://download.pytorch.org/whl/cu121
# install dependencies
pip install -r requirements.txt
# install H5-render
pip install wheels/gradio_gaussian_render-0.0.2-py3-none-any.whl