Merge pull request #203 from Khoa-NT/patch-1

Fix typo in README.md
This commit is contained in:
Snosixtyboo 2023-09-24 17:23:00 +02:00 committed by GitHub
commit 414b553ef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,7 +182,7 @@ python train.py -s <path to COLMAP or NeRF Synthetic dataset>
Iteration where densification stops, ```15_000``` by default. Iteration where densification stops, ```15_000``` by default.
#### --densify_grad_threshold #### --densify_grad_threshold
Limit that decides if points should be densified based on 2D position gradient, ```0.0002``` by default. 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. How frequently to densify, ```100``` (every 100 iterations) by default.
#### --opacity_reset_interval #### --opacity_reset_interval
How frequently to reset opacity, ```3_000``` by default. How frequently to reset opacity, ```3_000``` by default.