insightface
insightface copied to clipboard
AttributeError: module 'insightface' has no attribute 'app'
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!
Have you installed the latest version?