python train.py -s <path to COLMAP or NeRF Synthetic dataset> -m <path to checkpoint> --no_gui --density_strategy steepest --eval # Train with train/test split python render.py -m <path to trained model> # Generate renderings python metrics.py -m <path to trained model> # Compute error metrics on renderings 这里的--density_strategy错误,应该修改为--densify_strategy
python train.py -s -m --no_gui --density_strategy steepest --eval # Train with train/test split
python render.py -m # Generate renderings
python metrics.py -m # Compute error metrics on renderings
这里的--density_strategy错误,应该修改为--densify_strategy