deepinsight / insightface

State-of-the-art 2D and 3D Face Analysis Project
https://insightface.ai
22.84k stars 5.35k forks source link

scrfd_500m_bnkps backbone question #1561

Closed LeeKyungwook closed 3 years ago

LeeKyungwook commented 3 years ago

Thanks for sharing great code.

I have a question. In README.md mobile family chart, SCRFD-0.5GF use Depth-wise Conv. But in scrfd_500m_bnkps.py code, it used mobilenetv1 not depth-wise conv.

Although mobilenetv1 contained depth-wise conv, Strictly speaking, aren't you using mobilenetv1 instead of depth-wise conv?

Then it should be changed to Mobilenetv1, not Depth-wise Conv.

Thanks

nttstar commented 3 years ago

We changed the blocks setting of mobilenetv1.

LeeKyungwook commented 3 years ago

Thx