Skip to content

Commit

Permalink
opencvzoo branch changed from master to main, fix applied to sface re…
Browse files Browse the repository at this point in the history
…mote repo
  • Loading branch information
MPopovych committed Sep 8, 2023
1 parent f13aa34 commit 50105b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepface/basemodels/SFace.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def predict(self, image):


def load_model(
url="https://github.com/opencv/opencv_zoo/raw/master/models/face_recognition_sface/face_recognition_sface_2021dec.onnx",
url="https://github.com/opencv/opencv_zoo/raw/main/models/face_recognition_sface/face_recognition_sface_2021dec.onnx",
):

home = functions.get_deepface_home()
Expand Down

0 comments on commit 50105b2

Please sign in to comment.