You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: