Skip to content
@nerficg-project

NeRFICG

A flexible Pytorch framework for simple and efficient implementation of neural radiance fields and rasterization-based view synthesis methods.

PyTorch CUDA License: MIT

Welcome to the NeRFICG project page!

NeRFICG is a flexible PyTorch framework for simple and efficient implementation and evaluation of neural radiance fields and rasterization-based view synthesis methods, including a GUI for interactive rendering.

Project structure

This project consists of multiple subrepositories. Check out the main repository as a starting point for further instructions.

Standalone Methods

  • efficient-gaussian-appearance - Faster-GS with JIT-compiled view-dependent appearance models and a WebGL viewer.
  • stochastic-gaussian-splatting - A CUDA implementation of two sorting-free, stochastic rendering approaches for 3DGS.
  • faster-gaussian-splatting - An efficient and research-friendly Gaussian Splatting framework.
  • HTGS - A perspective-correct and view-consistent approach for 3D Gaussian splatting accelerated through hybrid transparency.
  • DNPC - An efficient high-quality method for dynamic scene reconstruction from monocular video.
  • INPC - A method for high-quality novel view synthesis that uses an implicit volumetric model in combination with fast neural point rendering.
  • MoNeRF - An extremely fast neural radiance field approach for monocularized sequences like the D-NeRF dataset.

License and Citation

This framework is licensed under the MIT license.

If you use this project in your research code, please consider citing it:

@software{nerficg,
	author = {Kappel, Moritz and Hahlbohm, Florian and Scholz, Timon},
	license = {MIT},
	month = {2},
	title = {NeRFICG},
	url = {https://github.com/nerficg-project},
	version = {2.0},
	year = {2026}
}

Pinned Loading

  1. nerficg nerficg Public

    The ICG Neural Radiance Fields and Novel View Synthesis Framework.

    Python 41 11

  2. icgui icgui Public

    Graphical User Interface for the NeRFICG Framework

    Python 7 1

Repositories

Showing 9 of 9 repositories
  • efficient-gaussian-appearance Public

    Faster-GS with JIT-compiled view-dependent appearance models and a WebGL viewer, described in the paper "Compact Neural Appearance Models for Efficient Gaussian Splatting"

    nerficg-project/efficient-gaussian-appearance's past year of commit activity
    Cuda 22 Apache-2.0 1 0 0 Updated Sep 7, 2026
  • .github Public

    NeRFICG README

    nerficg-project/.github's past year of commit activity
    1 MIT 0 0 0 Updated Sep 6, 2026
  • nerficg Public

    The ICG Neural Radiance Fields and Novel View Synthesis Framework.

    nerficg-project/nerficg's past year of commit activity
    Python 41 MIT 11 0 3 Updated Sep 6, 2026
  • icgui Public

    Graphical User Interface for the NeRFICG Framework

    nerficg-project/icgui's past year of commit activity
    Python 7 MIT 1 0 0 Updated Sep 6, 2026
  • faster-gaussian-splatting Public

    An efficient and research-friendly Gaussian Splatting framework described in the CVPR'26 paper "Faster-GS: Analyzing and Improving Gaussian Splatting Optimization"

    nerficg-project/faster-gaussian-splatting's past year of commit activity
    Cuda 245 Apache-2.0 36 0 2 Updated Aug 20, 2026
  • INPC Public

    Official code release for "INPC: Implicit Neural Point Clouds for Radiance Field Rendering" and "A Bag of Tricks for Efficient Implicit Neural Point Clouds"

    nerficg-project/INPC's past year of commit activity
    Cuda 37 MIT 1 0 0 Updated Feb 23, 2026
  • HTGS Public

    Official code release for "Efficient Perspective-Correct 3D Gaussian Splatting Using Hybrid Transparency"

    nerficg-project/HTGS's past year of commit activity
    Cuda 152 MIT 11 1 0 Updated Feb 18, 2026
  • cuda-utils Public

    Cuda Utilities for the NeRFICG Framework

    nerficg-project/cuda-utils's past year of commit activity
    Cuda 6 MIT 0 0 0 Updated Feb 3, 2026
  • SPaGS Public

    SPaGS: Fast and Accurate 3D Gaussian Splatting for Spherical Panoramas

    nerficg-project/SPaGS's past year of commit activity
    Cuda 70 MIT 3 3 0 Updated Jul 25, 2025

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Cuda Python