Hi,
I was wondering if rotation and transformations are the only 2 types of augmentations that applied in your pipeline.
|
def random_points_augmentation(points, rotate=False, translate=False, **kwargs): |
Have you tried other augmentation transformations?
Hi,
I was wondering if rotation and transformations are the only 2 types of augmentations that applied in your pipeline.
FLAG/deep_gcns_torch/utils/data_util.py
Line 76 in 7e48d91
Have you tried other augmentation transformations?