NexusGS

This model has been pushed to the Hub using the PytorchModelHubMixin integration:

This repository hosts multiple Gaussian Splatting models trained on the LLFF dataset using the NexusGS framework. Each scene is stored as a separate Git branch, and can be loaded individually via the HFGaussianModel class.

πŸ’‘ Overview

This model repository contains pre-trained Gaussian Splatting models for 8 LLFF scenes:

  • fern
  • flower
  • fortress
  • horns
  • leaves
  • orchids
  • room
  • trex

Each branch contains:

β”œβ”€β”€ config.json
β”œβ”€β”€ model.safetensors

The main branch contains all model files for convenience, named as:

config-<scene>.json
model-<scene>.safetensors

πŸ“¦ Usage

To use a specific scene model, use the from_pretrained method from scene.hf_gaussian_model.HFGaussianModel:

from scene.hf_gaussian_model import HFGaussianModel

# Load the 'fern' scene
model = HFGaussianModel.from_pretrained("Yukinoo/NexusGS-llff", revision="fern")

Replace "fern" with any of the available scenes:
"flower", "fortress", "horns", "leaves", "orchids", "room", "trex"

πŸ”§ Source Code

The HFGaussianModel loader is implemented in the NexusGS repository.
This utility enables seamless integration with Hugging Face Hub.

from scene.hf_gaussian_model import HFGaussianModel

model = HFGaussianModel.from_pretrained("Yukinoo/NexusGS-llff", revision="scene_name")

πŸ“œ License

This model follows the license of the NexusGS repository. Please check the original repo for details.


For issues, contributions, or suggestions, feel free to open a discussion or pull request.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Paper for Yukinoo/NexusGS-llff