Giter Site home page Giter Site logo

optix_splats's Introduction

Optix Splats

This repo contains code for a differentiable gaussian renderer that leverages ray-tracing and OIT techniques to render gaussian splatted scenes.

Setup and Compilation

First install Anaconda. Then create an environment from the repo yaml

conda env create -f environment.yml

Compilation

You first need to change the variable optix_root in setup.py to the path where optix is located on your machine.

You can build the extension with

python setup.py install

You can test the install is functional by running the test script

python test/render_test.py

Common Issues

You may have issues with pygame if on Ubuntu 22.04. To fix you need to delete the conda versions of libstdc++ so it falls back to your OS. You can find the path to the conda drivers by exposing the debug environment variable.

export LIBGL_DEBUG=verbose

And then going to the anaconda path and deleting libstdc++ (deleting the symlink works too)

optix_splats's People

Contributors

teja10 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

optix_splats's Issues

Get CUDA/OpenGL interop

Change renderer.cu to properly swap the Optix image with an OpenGL framebuffer, and modify render_test.py to use OpenGL for rendering. You will need to figure out how to load GL functions on the C++ side.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.