biubug6 / Pytorch_Retinaface

Retinaface get 80.99% in widerface hard val using mobilenet0.25.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mesh decoder

chau25102001 opened this issue · comments

Hi, I am interested in retinaface. As mentioned in the paper, retinaface uses a mesh decoder with Graph Convolution. Where is this module in the project? Thank you

Hello,
I'm not related to the project but I can provide some clues. If you refer to the original Insightface repository, especially the open & closed issues, you'll see that the Mesh Decoder was never released.

Of note, this repository is only a reduced version of RetinaFace (3 FPN layers are used for the lateral connections instead of 5; and no Deformable Convolution is used). You're basically given a smaller FPN+Context network as listed in table 3 of the original paper.

Bests,

Qlero