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

相关推荐
無限進步D2 小时前
Java 运行原理
java·开发语言·入门
是苏浙2 小时前
JDK17新增特性
java·开发语言
花酒锄作田4 小时前
企业微信机器人与 DeepAgents 集成实践
python·mcp·deepagents
阿里加多6 小时前
第 4 章:Go 线程模型——GMP 深度解析
java·开发语言·后端·golang
likerhood6 小时前
java中`==`和`.equals()`区别
java·开发语言·python
qq_283720056 小时前
Python Celery + FastAPI + Vue 全栈异步任务实战
vue.js·python·fastapi
2401_885885047 小时前
营销推广短信接口集成:结合营销策略实现的API接口动态变量填充方案
前端·python
zs宝来了7 小时前
AQS详解
java·开发语言·jvm
telllong7 小时前
Python异步编程从入门到不懵:asyncio实战踩坑7连发
开发语言·python
wjs20249 小时前
JavaScript 条件语句
开发语言