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
>python main.py
Traceback (most recent call last):
File "C:\Nabi\Video-Face-Swap2\backend\main.py", line 3, in <module>
from face_swap.api import router
File "C:\Nabi\Video-Face-Swap2\backend\face_swap\api.py", line 14, in <module>
from face_swap.face_swap import run_face_swap, get_images_from_group, crop_faces
File "C:\Nabi\Video-Face-Swap2\backend\face_swap\face_swap.py", line 18, in <module>
retinaface_det_model = RetinaFace(RETINAFACE_MODEL_PATH, providers=PROVIDERS)
File "C:\Nabi\Video-Face-Swap2\backend\face_swap\retinaface.py", line 70, in __init__
assert os.path.exists(self.model_file), "RetinaFace weights not found."
AssertionError: RetinaFace weights not found.
Error:
And I see (https://github.com/karanjakhar/Video-Face-Swap/blob/main/backend/face_swap/weights/readme.txt):
Does this project have a secret part?!
The text was updated successfully, but these errors were encountered: