Skip to content

bryanboateng/animating-gaussian-splats

Repository files navigation

Animating Gaussian Splats

Setup

  1. Clone this repository

    git clone <repository_url>
  2. Navigate to the repository directory

    cd <repository_directory>
  3. Create a new conda environment using the provided environment.yml file:

    conda env create --file environment.yml
  4. Activate the conda environment:

    conda activate animating_gaussian_splats
  5. Install rendering code

    1. Initialize and update the submodules:

      git submodule update --init --recursive
    2. Navigate to the diff-gaussian-rasterization-w-depth directory:

      cd diff-gaussian-rasterization-w-depth
    3. Install the package by running the setup script:

      python setup.py install
    4. Install the package dependencies:

      pip install .
  6. Return to the main repository directory:

    cd ..

Usage

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Contributors

Languages