From 342abc44d36c250d390bd857b460c2559a81092a Mon Sep 17 00:00:00 2001 From: HuguesTHOMAS Date: Tue, 28 Apr 2020 11:54:07 -0400 Subject: [PATCH] Corrections --- train_ModelNet40.py | 2 +- train_SemanticKitti.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/train_ModelNet40.py b/train_ModelNet40.py index 3f5ef08..feaa048 100644 --- a/train_ModelNet40.py +++ b/train_ModelNet40.py @@ -126,7 +126,7 @@ class Modelnet40Config(Config): deform_fitting_mode = 'point2point' deform_fitting_power = 1.0 # Multiplier for the fitting/repulsive loss deform_lr_factor = 0.1 # Multiplier for learning rate applied to the deformations - repulse_extent = 0.8 # Distance of repulsion for deformed kernel points + repulse_extent = 1.2 # Distance of repulsion for deformed kernel points ##################### # Training parameters diff --git a/train_SemanticKitti.py b/train_SemanticKitti.py index cd98834..b474bd8 100644 --- a/train_SemanticKitti.py +++ b/train_SemanticKitti.py @@ -148,7 +148,7 @@ class SemanticKittiConfig(Config): deform_fitting_mode = 'point2point' deform_fitting_power = 1.0 # Multiplier for the fitting/repulsive loss deform_lr_factor = 0.1 # Multiplier for learning rate applied to the deformations - repulse_extent = 0.8 # Distance of repulsion for deformed kernel points + repulse_extent = 1.2 # Distance of repulsion for deformed kernel points ##################### # Training parameters