2D gaussian splatting的配置和可视化

继3D gaussian splatting,2D gaussian splatting除了渲染新视角,还能够生成mesh模型。

2D gaussian splatting的配置

两者的运行环境基本一致

GitHub - hbb1/2d-gaussian-splatting: SIGGRAPH'24 2D Gaussian Splatting for Geometrically Accurate Radiance Fields

增加的内容有

git clone https://github.com/hbb1/2d-gaussian-splatting.git --recursive

pip install submodules/diff-surfel-rasterization

pip install submodules/simple-knn

pip install opencv-contrib-python

pip install plyfile

pip install matplotlib

pip install mediapy

pip install open3d

pip install trimesh

pip install tqdm

SIBR可视化

GitHub - RongLiu-Leo/Gaussian-Splatting-Monitor: Monitor Gaussian Splatting additional real-time viewable and differentiable outputs

git clone https://github.com/RongLiu-Leo/Gaussian-Splatting-Monitor.git

cd SIBR_viewers

cmake -Bbuild . -DCMAKE_BUILD_TYPE=Release

cmake --build build -j24 --target install

运行SIBR_remoteGaussian_app,再

train-s /home/zousiyuan/data/DTU/DTU/scan105 -m output/data/scan105 -r 2 --depth_ratio 1

render.py -s /home/zousiyuan/data/DTU/DTU/scan105 -m output/data/scan105 -r 2 --depth_ratio 1 --skip_test --skip_train

相关推荐
小小晓.几秒前
C++:语句和作用域
开发语言·c++
wanderist.1 小时前
Lambda表达式在算法竞赛中的应用
java·开发语言·算法
chenment2 小时前
ComfyUI 自定义节点开发:从零扩展你的图像生成工作流
python·stable diffusion
海天鹰2 小时前
PHP上传文件
android·开发语言·php
互联网中的一颗神经元3 小时前
小白python入门 - 25. SQL 与表设计入门
数据库·python·sql
Yeauty3 小时前
渲染成图再 CLI 拼接,还是进程内直推?Rust 帧到视频的两条路
开发语言·rust·音视频
geovindu4 小时前
CSharp: Breadth First Search Algorithm and Depth First Search Algorithm
开发语言·后端·算法·c#·.net·搜索算法
RSTJ_16254 小时前
PYTHON+AI LLM DAY ONE HUNDRED AND EIGHTEEN
python
开源量化GO4 小时前
近期量化学习路径,交易理解和技术实现要接上
人工智能·python
库克克4 小时前
【C++】set 与multiset
开发语言·c++