Skip to content

Commit

Permalink
Fix-file-training-face-detector (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbtravi authored Dec 21, 2022
1 parent a4e830e commit 64ed482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remotecv/detectors/face_detector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class FaceDetector(CascadeLoaderDetector):
def __init__(self):
self.load_cascade_file(__file__, "haarcascade_frontalface_alt.xml")
self.load_cascade_file(__file__, "haarcascade_frontalface_default.xml")

def __add_hair_offset(self, top, height):
top = max(0, top - height * HAIR_OFFSET)
Expand Down

0 comments on commit 64ed482

Please sign in to comment.