devnkong / FLAG

Official implementation of our FLAG paper (CVPR2022)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Augmentation types

Xiaoyang-Rebecca opened this issue · comments

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 Xiaoyang,

Actually these augmentations were implemented by the DeepGCN paper and never used in our work.
All of our augmentations are implemented here: https://github.com/devnkong/FLAG/blob/main/ogb/attacks.py

Let me know if you have other questions.