Initial commit

This commit is contained in:
HuguesTHOMAS 2020-03-31 15:47:53 -04:00
parent c13e1ba863
commit 1bf1feeeab
2 changed files with 5 additions and 5 deletions

View file

@ -119,7 +119,7 @@ class Modelnet40Config(Config):
# 'permissive' only constrains offsets inside the deform radius # 'permissive' only constrains offsets inside the deform radius
# 'fitting' helps deformed kernels to adapt to the geometry by penalizing distance to input points # 'fitting' helps deformed kernels to adapt to the geometry by penalizing distance to input points
offsets_loss = 'fitting' offsets_loss = 'fitting'
offsets_decay = 1.0 offsets_decay = 0.1
##################### #####################
# Training parameters # Training parameters

View file

@ -74,10 +74,10 @@ class S3DISConfig(Config):
'resnetb', 'resnetb',
'resnetb_strided', 'resnetb_strided',
'resnetb', 'resnetb',
'resnetb_deformable_strided', 'resnetb_strided',
'resnetb_deformable', 'resnetb',
'resnetb_deformable_strided', 'resnetb_strided',
'resnetb_deformable', 'resnetb',
'nearest_upsample', 'nearest_upsample',
'unary', 'unary',
'nearest_upsample', 'nearest_upsample',