Skip to content

qiushuixian/Octree-GS-shield

 
 

Repository files navigation

Octree遮挡 遮挡模块在scene/gaussian_model.py第580行的additional_mask函数 只能用于推理。所以需要关闭遮挡模块(注释scene/gaussian_model.py第431行和render.py第50行,正常进行一个场景的训练,然后取消注释,带着遮挡模块进行推理。 配环境: git clone https://github.com/qiushuixian/Octree-GS-shield cd Octree-GS-shield chmod +x ./os.sh ./os.sh conda activate e0

接下来参照Octree-GS训练及渲染

7-1:修改:scene/gaussian_model.py开头添加了函数count_nearby_anchors,用于统计一个0级anchor下共有多少anchor(分块进行,目前的chunk_size可以在一张24GB的A10上运行,如果显示显存不足可以改小chunk_size)

7-2:修改:scene/gaussian_model.py第677/728行

About

[TPAMI 2025] Octree-GS: Towards Consistent Real-time Rendering with LOD-Structured 3D Gaussians

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 74.8%
  • Python 9.9%
  • CMake 8.6%
  • Cuda 2.9%
  • GLSL 2.8%
  • Shell 0.4%
  • Other 0.6%