Coder Social home page Coder Social logo

jaxgptoolbox's Introduction

jaxgptoolbox

This is a collection of basic geometry processing functions, constructed to work with jax's autodifferentiation feature for applications in machine learning. We split these functions into not differentiable ones in the general folder, and differentiable ones in the differentiable folder. We also include some wrappers of third party functions in the external folder for convenience. To use these utility functions, one can simply import this package and use it as

import jaxgptoolbox as jgp
import polyscope as ps
V,F = jgp.read_mesh('path_to_OBJ')
ps.init()
ps.register_surface_mesh('my_mesh',V,F)
ps.show()

Dependencies

This library depends on jax and some common python libraries numpy scipy. Our demos rely on matplotlib and polyscope for visualization. Some functions in the external folder depend on libigl. Please make sure to install all dependencies (for example, with conda) before using the library.

Contacts & Warnings

The toolbox grew out of Oded Stein's and Hsueh-Ti Derek Liu's private research codebase during their PhD studies. Some of these functions are not fully tested nor optimized, please use them with caution. If you're interested in contributing or noticing any issues, please contact us ([email protected], [email protected]) or submit a pull request.

License

Consult the LICENSE file for details about the license of this project.

jaxgptoolbox's People

Contributors

htderekliu avatar odedstein avatar

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.