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

相关推荐
qq_334903154 分钟前
高性能网络协议栈
开发语言·c++·算法
chushiyunen5 分钟前
uv使用笔记(python包的管理工具)
笔记·python·uv
曲幽5 分钟前
FastAPI状态共享秘籍:别再让中间件、依赖和路由“各自为政”了!
python·fastapi·web·request·state·depends·middleware
阿贵---8 分钟前
模板编译期循环展开
开发语言·c++·算法
2601_954023668 分钟前
Beyond the Hype: Deconstructing the 2025 High-Performance Stack for Agencies
java·开发语言·算法·seo·wordpress·gpl
风清扬【coder】9 分钟前
Anaconda 被误删后抢救手册:数据恢复 + 环境重建应急流程
python·数据恢复·anaconda·环境重建
2401_8845632410 分钟前
进阶技巧与底层原理
jvm·数据库·python
2401_8732046511 分钟前
使用Pandas进行数据分析:从数据清洗到可视化
jvm·数据库·python
l1t12 分钟前
DeepSeek 辅助编写python程序求解欧拉计划932题:2025数
开发语言·python·欧拉计划
2401_8331977316 分钟前
嵌入式C++电源管理
开发语言·c++·算法