deepinsight / insightface

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

AttributeError: module 'numpy' has no attribute 'int' when run scrfd_person.py #2591

Open adityapp opened 3 weeks ago

adityapp commented 3 weeks ago

I use python 3.9 and numpy 1.26.4

I guess that lib should use numpy under 1.20.0. But the insightface is used above that version, do you guys have any solution for this?

adityapp commented 3 weeks ago

I create pull request for this issue https://github.com/deepinsight/insightface/pull/2592