Skip to content

tianhaoxie/FACT-GS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FACT-GS: Frequency-Aligned Complexity-Aware Texture Reparameterization for 2D Gaussian Splatting

CVPR 2026 Findings

Project Page | Paper

Tianhao Xie1,*, †, Linlian Jiang1,2,*, Xinxin Zuo1, Yang Wang1,2, Tiberiu Popa1

1Concordia University, Montreal, 2Mila-Quebec AI Institute

*Equal Contribution Corresponding Author

teaser

Setup

To create a conda environment with the same dependencies as the codebase, please run:

conda env create -f environment.yml 

Then, clone this repository and install the codebase by running:

git clone https://github.com/tianhaoxie/FACT-GS.git
cd FACT-GS
python -m pip install -e . # install in editable mode for development

Optimization

The examples of training on NeRF synthetic dataset and Tanks & Temples dataset were provided in ./examples/run_exps.py

Disclaimer

This is the official implementation of the paper FACT-GS: Frequency-Aligned Complexity-Aware Texture Reparameterization for 2D Gaussian Splatting. This project was built upon Textured GS with adding the custom cuda kernels for FACT-GS.

About

The official implementation of FACT-GS (CVPR 26 Findings)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors