hujiecpp / ISTR

ISTR: End-to-End Instance Segmentation with Transformers (https://arxiv.org/abs/2105.00637)
202 stars 28 forks source link

About position embeddings #6

Open ding-Chen opened 3 years ago

ding-Chen commented 3 years ago

I didn't understand how to position embedding got in this paper. I read this article in detail, but I didn't find the answer. Could you please introduce it? Thank you.

hujiecpp commented 3 years ago

I didn't understand how to position embedding got in this paper. I read this article in detail, but I didn't find the answer. Could you please introduce it? Thank you.

Hi @ding-Chen , You can treat the position embeddings as the randomly initialized learnable vectors.