deepinsight / deepinsight/insightface

Why is the IBasicBlock in the backbone of arcface_torch not equipped with an attention module?

Open
#2,862 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
29.7k
Forks
6.1k
PR merge metrics
No merged PRs in 30d

Description

Why doesn't the IBasicBlock of the backbone in arcface_torch use the attention module, while arcface_mxnet does have it?
The screenshot is as follows:
arcface_mxnet, The backbone is defined in the file "recognition/arcface_mxnet/symbol/fresnet.py"

Image

arcface_torch, The backbone is defined in the file "recognition/arcface_torch/backbones/iresnet.py"

Image

Could you explain why the arcface_torch model does not use an attention module? Has the performance of the model deteriorated after adding the attention module?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.