-
Clone this repository
git clone <repository_url>
-
Navigate to the repository directory
cd <repository_directory>
-
Create a new conda environment using the provided
environment.ymlfile:conda env create --file environment.yml
-
Activate the conda environment:
conda activate animating_gaussian_splats
-
Install rendering code
-
Initialize and update the submodules:
git submodule update --init --recursive
-
Navigate to the
diff-gaussian-rasterization-w-depthdirectory:cd diff-gaussian-rasterization-w-depth -
Install the package by running the setup script:
python setup.py install
-
Install the package dependencies:
pip install .
-
-
Return to the main repository directory:
cd ..
Use the following command:
python -m train sequence_name data_directory_path [options]To see all available arguments and options, run:
python -m train -h