Update README.md

This commit is contained in:
Jeffreytsai1004 2025-02-14 02:19:55 +08:00
parent 2cad765fbf
commit f75690c751

View File

@ -85,6 +85,11 @@ Windows:
set PROJECT_DIR=[path\to\]GaussianHaircut set PROJECT_DIR=[path\to\]GaussianHaircut
set DATA_PATH=[path\to\scene\folder] set DATA_PATH=[path\to\scene\folder]
run.bat run.bat
# 或在PowerShell中运行:
set PROJECT_DIR=[path\to\]GaussianHaircut
set DATA_PATH=[path\to\scene\folder]
.\run.bat
``` ```
该脚本执行数据预处理、重建以及使用 Blender 进行最终可视化。使用 Tensorboard 查看中间可视化结果。 该脚本执行数据预处理、重建以及使用 Blender 进行最终可视化。使用 Tensorboard 查看中间可视化结果。