项目地址
https://github.com/nerfstudio-project/viser
功能
SMPL模型可视化编辑
点云可视化
3DGS实时渲染播放
安装和使用
安装viser
git clone https://github.com/nerfstudio-project/viser.git
使用 官方说明文档
1. SMPL模型可视化编辑
先下载SMPLX人体模型
下载解压后的目录结构
运行命令
python 08_smpl_visualizer.py --model-path ../dataset/smpl_model/models/smplx/SMPLX_FEMALE.npz
成功运行的输出效果
播放
- 如果是在本地电脑上跑的命令,则在浏览器地址栏输入:http://0.0.0.0:8080
- 如果是在IP地址为xx.xxx.xxx.xxx的服务器上跑的的命令,则在浏览器地址栏输入::http://xx.xxx.xxx.xxx:8080