pipeline for single cluster

This commit is contained in:
Si11ium
2020-06-24 10:49:10 +02:00
parent 85cf3128f1
commit 965b805ee9
3 changed files with 6 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ class PointNet2(BaseValMixin,
# Dataset
# =============================================================================
# rot_max_angle = 15
trans_max_distance = 0.01
trans_max_distance = 0.02
transforms = Compose(
[
RandomFlip(0, p=0.8),