Coder Social home page Coder Social logo

yklcs / jaxsplat Goto Github PK

View Code? Open in Web Editor NEW
48.0 4.0 2.0 19.3 MB

3D Gaussian Splatting in JAX

Home Page: https://jaxsplat.readthedocs.io

License: MIT License

CMake 0.80% Python 24.77% C++ 20.75% Cuda 53.56% C 0.12%
computer-vision gaussian-splatting jax

jaxsplat's People

Stargazers

Sapin avatar Wynn avatar Keunhong Park avatar Jui-Te Huang avatar Lnyan avatar Angelo Battaglia avatar Linus Härenstam-Nielsen avatar Erin Grant avatar Yuliang (Zack) Zou avatar Shih-Yang Su avatar Li Li avatar Alexandra Watkins avatar Alex Flores Escarcega avatar han811 avatar Octavio Arriaga avatar  avatar Kim Seong Hyeon avatar Ian Abraham avatar Xiaobing Han avatar Sachin Chanchani avatar Gleb Sterkin avatar justin_shao avatar Jonah Turner avatar Hyunwoo Ryu avatar Misha Brukman avatar Leonard Gleyzer avatar Branislav Hesko avatar Sacha Chernyavskiy avatar Michael J. Williams avatar Tim Kersey avatar Peter G. Chang avatar Lasse Peters avatar Hayden Donnelly avatar Song Huang avatar Jed Homer avatar Wil Thomason avatar 爱可可-爱生活 avatar Zhihua Liu avatar Ismael Mendoza avatar Siddharth Mishra-Sharma avatar YouSiki avatar Jack Naylor avatar Patrick Kidger avatar David Marx avatar Jeff Shen avatar tz ✨ avatar Shi Yan avatar peabody124 avatar

Watchers

 avatar Yu Zhang avatar Lucas Yunkyu Lee avatar  avatar

jaxsplat's Issues

JAX JIT does not work

JAX JIT is not supported due to a dynamically shaped array.
ops::project::fwd::xla computes the number of intersections between tiles and Gaussians (num_intersects).
This value is used in ops::rasterize::fwd::xla as the length of a sorted map of intersects to Gaussians (gaussian_ids).
gaussian_ids is also needed in ops::rasterize::bwd::xla, which is where the problem arises: a dynamically shaped array needs to be present in JAX-side code.


gsplat's kernels will probably need to be changed to solve this.
Some discussion on possible solutions: nerfstudio-project/gsplat#175

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.