Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Unable to calculate vocabulary similarity
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: JesseWong333
  • License: apache-2.0
  • Language: Cuda
  • Default Branch: main
  • Size: 27.4 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 10 months ago · Last pushed 7 months ago
Metadata Files
Readme License Citation

README.md

forked from gsplat submodule for GaussianImage

Owner

  • Name: Junjie Wang
  • Login: JesseWong333
  • Kind: user

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: gsplat
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Vickie
    family-names: Ye
    email: vye@berkeley.edu
    affiliation: UC Berkeley
    orcid: 'https://orcid.org/0000-0001-5928-5635'
  - given-names: Matias
    family-names: Turkulainen
    email: matiasturkulainen@gmail.com
    affiliation: ETH Zurich
repository-code: 'https://github.com/nerfstudio-project/gsplat'
url: 'https://docs.gsplat.studio/'
abstract: >-
  gsplat is an open-source library for CUDA accelerated
  rasterization of gaussians with python bindings. It is
  inspired by the SIGGRAPH paper “3D Gaussian Splatting for
  Real-Time Rendering of Radiance Fields.” This libary
  contains the neccessary components for efficient 3D to 2D
  projection, sorting, and alpha compositing of gaussians
  and their associated backward passes for inverse
  rendering.

GitHub Events

Total
  • Push event: 14
  • Create event: 7
Last Year
  • Push event: 14
  • Create event: 7

Dependencies

docs/requirements.txt pypi
  • furo *
  • sphinx *
  • sphinx-copybutton *
  • sphinx-design *
  • sphinxcontrib-bibtex *
setup.py pypi
  • jaxtyping *
  • rich >=12
  • torch *
  • typing_extensions *