Skip to content

Commit

Permalink
Merge pull request serengil#839 from MPopovych/sface_repo_fix
Browse files Browse the repository at this point in the history
opencvzoo branch changed from master to main
  • Loading branch information
serengil committed Sep 26, 2023
2 parents f13aa34 + 50105b2 commit 38f4c28
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 38f4c28

Please sign in to comment.