deepinsight / deepinsight/insightface
AttributeError: module 'insightface' has no attribute 'app'
Open
- Dominant language
- Python
- Stars
- 29.7k
- Forks
- 6.1k
- PR merge metrics
- No merged PRs in 30d
Description
I am getting the following error:
model = insightface.app.FaceAnalysis(root='./', allowed_modules=allowed_modules, providers=['CUDAExecutionProvider'])
AttributeError: module 'insightface' has no attribute 'app'
I can import insightface but not run "from insightface.app import FaceAnalysis". Any idea how to fix it? Thank you!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.