This commit is contained in:
HuguesTHOMAS 2021-07-29 13:13:47 +00:00
parent ff1befce92
commit 6c31df8156
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View file

@ -5,6 +5,9 @@
/test
/docker_scripts
# VSCode related
*.code-workspace
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

View file

@ -97,7 +97,7 @@ class S3DISConfig(Config):
num_kernel_points = 15
# Radius of the input sphere (decrease value to reduce memory cost)
in_radius = 1.5
in_radius = 1.2
# Size of the first subsampling grid in meter (increase value to reduce memory cost)
first_subsampling_dl = 0.02