OpenShape_code icon indicating copy to clipboard operation
OpenShape_code copied to clipboard

Why use the relative position encoding

Open yifliu3 opened this issue 2 years ago • 0 comments

Hi,

I noticed that you have used the relative position of centroids as the input of the position encoding: entroid_delta = centroids.unsqueeze(-1) - centroids.unsqueeze(-2) may I know the reason to use relative encoding rather the commonly used absolution position encoding

yifliu3 avatar Aug 27 '23 16:08 yifliu3