From fecb2331ca76734cb341b183948c3b2e24bf2575 Mon Sep 17 00:00:00 2001 From: Khoa Nguyen-Tuan <12138158+Khoa-NT@users.noreply.github.com> Date: Sat, 16 Sep 2023 09:17:33 +0900 Subject: [PATCH] Fix typo in README.md Typo "--densification_interal" in "Command Line Arguments for train.py" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd89890..72738de 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ python train.py -s Iteration where densification stops, ```15_000``` by default. #### --densify_grad_threshold Limit that decides if points should be densified based on 2D position gradient, ```0.0002``` by default. - #### --densification_interal + #### --densification_interval How frequently to densify, ```100``` (every 100 iterations) by default. #### --opacity_reset_interval How frequently to reset opacity, ```3_000``` by default.