Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

assert 'detection' in self.models AssertionError (( models and buffalo folder present in models folder)) #797

Open
lamb909 opened this issue Nov 20, 2024 · 0 comments

Comments

@lamb909
Copy link

lamb909 commented Nov 20, 2024

This is the error i get when I try to run via gpu or cpu
All dependencies installed properly
I've also deleted and tried installation a second time - same thing

Both model folders in place
bufallo.l folder also in models folder
(I've tried with it without the Buffalo.l folder)
(Also tried just copying only the .onxx file and paste)
Same error

Get this error each and every time

PC SPECS
Windows 11
DLcam V1.3
GPU - RTX3070 8gbVram
CPU- Intel Core i7 - 11gen

Traceback (most recent call last):
File "C:\DeepLiveCam\DeepLiveCam\run.py", line 6, in
core.run()
File "C:\DeepLiveCam\DeepLiveCam\modules\core.py", line 267, in run
initialize_face_analyser()
File "C:DeepLiveCam\DeepLiveCam\modules\face_analyser.py", line 42, in initialize_face_analyser
FACE_ANALYSER = insightface.app.FaceAnalysis(name='buffalo_l', providers=modules.globals.execution_providers)
File "C:\DeepLiveCam\DeepLiveCam\venv\lib\site-packages\insightface\app\face_analysis.py", line 43, in init
assert 'detection' in self.models
AssertionError

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant