awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
hbb1 avatar

hbb1/2d-gaussian-splatting

0
View on GitHub↗
3,209 stars·312 forks·Python·11 viewssurfsplatting.github.io↗

2d Gaussian Splatting

[SIGGRAPH'24] 2D Gaussian Splatting for Geometrically Accurate Radiance Fields

Features

  • Neural Scene Representation - Geometrically accurate 2D Gaussian splatting for radiance fields.

Star history

Star history chart for hbb1/2d-gaussian-splattingStar history chart for hbb1/2d-gaussian-splatting

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with 2d Gaussian Splatting

These projects share indexed features with 2d Gaussian Splatting. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • bmild/nerfbmild avatar

    bmild/nerf

    10,902View on GitHub↗

    This project is a framework for neural radiance fields used to synthesize three-dimensional environments from sets of two-dimensional images and camera poses. It functions as a volumetric rendering engine and scene synthesizer that optimizes neural representations of spatial volumes to generate novel views of complex 3D scenes. The system implements a coordinate encoding system that transforms spatial coordinates into high-dimensional space to capture high-frequency geometric details. It also includes a neural mesh extractor that converts trained radiance fields into triangle meshes via march

    Jupyter Notebook
    View on GitHub↗10,902
  • google-research/multinerfgoogle-research avatar

    google-research/multinerf

    3,806View on GitHub↗

    MultiNeRF is a 3D scene reconstruction suite and framework for training Neural Radiance Fields to synthesize novel views from sets of 2D images. It provides a system for generating new perspectives of a scene by optimizing a neural network based on images and camera poses. The toolkit includes research implementations such as Mip-NeRF 360 and Ref-NeRF for high-fidelity volumetric rendering. It features a structure-from-motion pipeline to calculate camera positions and orientations from image datasets to prepare data for training. The project covers a full workflow for volumetric rendering, i

    Pythonnerfneural-radiance-fields
    View on GitHub↗3,806
  • gyhandy/neural-sim-nerfG

    gyhandy/Neural-Sim-NeRF

    0View on GitHub↗
    View on GitHub↗0
  • autonomousvision/mip-splattingautonomousvision avatar

    autonomousvision/mip-splatting

    1,448View on GitHub↗

    CVPR'24 Best Student Paper Mip-Splatting: Alias-free 3D Gaussian Splatting

    Python3d-reconstructionanti-aliasingguassian-splatting
    View on GitHub↗1,448
Compare all 10 related projects→

Frequently asked questions

What does hbb1/2d-gaussian-splatting do?

[SIGGRAPH'24] 2D Gaussian Splatting for Geometrically Accurate Radiance Fields

What are the main features of hbb1/2d-gaussian-splatting?

The main features of hbb1/2d-gaussian-splatting are: Neural Scene Representation.

Which projects share features with hbb1/2d-gaussian-splatting?

Projects with overlapping indexed features include: autonomousvision/mip-splatting — [CVPR'24 Best Student Paper] Mip-Splatting: Alias-free 3D Gaussian Splatting. bmild/nerf — This project is a framework for neural radiance fields used to synthesize three-dimensional environments from sets of… google-research/multinerf — MultiNeRF is a 3D scene reconstruction suite and framework for training Neural Radiance Fields to synthesize novel… gyhandy/neural-sim-nerf. linhuang17/ncf-code. nerf2nerf/nerf2nerf.