5 lines
256 B
Plaintext
5 lines
256 B
Plaintext
# 1. 批量绘制深度图
|
|
python '.\1_Batch_Gen_All_Depth(跑之前删除结果文件夹).py' # --img-path "./Data"
|
|
# 2. 批量生成PLY
|
|
python 2_Batch_Gen_All_PLY.py --z-scale 0.7 # --img-path "./Data" # --brightness 1.0 --saturation 1.0 --gamma 1.0
|