.
This commit is contained in:
parent
ff1befce92
commit
6c31df8156
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -5,6 +5,9 @@
|
||||||
/test
|
/test
|
||||||
/docker_scripts
|
/docker_scripts
|
||||||
|
|
||||||
|
# VSCode related
|
||||||
|
*.code-workspace
|
||||||
|
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
|
|
|
@ -97,7 +97,7 @@ class S3DISConfig(Config):
|
||||||
num_kernel_points = 15
|
num_kernel_points = 15
|
||||||
|
|
||||||
# Radius of the input sphere (decrease value to reduce memory cost)
|
# 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)
|
# Size of the first subsampling grid in meter (increase value to reduce memory cost)
|
||||||
first_subsampling_dl = 0.02
|
first_subsampling_dl = 0.02
|
||||||
|
|
Loading…
Reference in a new issue