Skip to content

Commit

Permalink
fix face recognizer and bump version to 4.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Jul 18, 2024
1 parent c64ff5e commit 97e8dfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion maix/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

version_major = 4
version_minor = 4
version_patch = 10
version_patch = 11

__version__ = "{}.{}.{}".format(version_major, version_minor, version_patch)
1 change: 1 addition & 0 deletions projects/app_face_recognizer/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
learn_id = 0

def main(disp):
global pressed_flag, learn_id
recognizer = nn.FaceRecognizer(detect_model="/root/models/retinaface.mud", feature_model = "/root/models/face_feature.mud")

# if os.path.exists("/root/faces.bin"):
Expand Down

0 comments on commit 97e8dfe

Please sign in to comment.