From 99bca4d43891f51c82c4704d040da12b5258bacf Mon Sep 17 00:00:00 2001 From: HuguesTHOMAS Date: Thu, 29 Jul 2021 16:49:08 +0000 Subject: [PATCH] . --- train_S3DIS.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/train_S3DIS.py b/train_S3DIS.py index 967fc6b..7f07159 100644 --- a/train_S3DIS.py +++ b/train_S3DIS.py @@ -94,10 +94,8 @@ class S3DISConfig(Config): 'resnetb', 'resnetb_strided', 'resnetb', - 'resnetb', 'resnetb_strided', 'resnetb', - 'resnetb', 'resnetb_strided', 'resnetb', 'resnetb', @@ -121,10 +119,10 @@ class S3DISConfig(Config): num_kernel_points = 15 # Radius of the input sphere (decrease value to reduce memory cost) - in_radius = 1.0 + in_radius = 1.2 # Size of the first subsampling grid in meter (increase value to reduce memory cost) - first_subsampling_dl = 0.02 + first_subsampling_dl = 0.03 # Radius of convolution in "number grid cell". (2.5 is the standard value) conv_radius = 2.5 @@ -189,8 +187,8 @@ class S3DISConfig(Config): augment_scale_anisotropic = True augment_symmetries = [True, False, False] augment_rotation = 'vertical' - augment_scale_min = 0.8 - augment_scale_max = 1.2 + augment_scale_min = 0.9 + augment_scale_max = 1.1 augment_noise = 0.001 augment_color = 0.8