Skip to content

A 3DGS Version of Bilateral Guided Radiance Field Processing

License

Notifications You must be signed in to change notification settings

KevinXu02/bilags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bilags: A 3DGS Version of Bilateral Guided Radiance Field Processing

This repository contains the nerfstudio splatfacto implementation for SIGGRAPH (TOG) 2024 paper: "Bilateral Guided Radiance Field Processing" by Yuehao Wang, Chaoyi Wang, Bingchen Gong, and Tianfan Xue.

Only 2D training stage are implemented in this repo. An about 20% speed reduction is observed in the training stage.

Registering with Nerfstudio

Ensure that nerfstudio has been installed according to the instructions. Clone or fork this repository and run the commands:

conda activate nerfstudio
cd bilags/
pip install -e .
ns-install-cli

Running the new method

The training should be exactly the same as splatfacto. For instance:

ns-train bilags --data [PATH]

Acknowledgements

Thanks the authors of Bilateral Guided Radiance Field Processing for their amazing work.

About

A 3DGS Version of Bilateral Guided Radiance Field Processing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages