mjq11302010044 / TATT

A Text Attention Network for Spatial Deformation Robust Scene Text Image Super-resolution (CVPR2022)
MIT License
164 stars 17 forks source link

Where is RPE used? #11

Open killawhale2 opened 1 year ago

killawhale2 commented 1 year ago

I've read the supplement describing the details of the recurrent positional encoding (RPE).

However, I cannot seem to find the code which RPE is implemented and used.

Would the authors kindly point out where the implementation of RPE is in the released codebase?

mjq11302010044 commented 1 year ago

@killawhale2 Please find the code of RPE in line 215 to 221 of model/transformer_v2.py