Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
spoof test with one linter
  • Loading branch information
serengil authored Jun 8, 2024
1 parent 0184f97 commit fb5ed04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ face_objs = DeepFace.extract_faces(
img_path="dataset/img1.jpg",
anti_spoofing = True
)
assert face_objs[0]["is_real"] is True
assert all(face_obj["is_real"] is True for face_obj in face_objs)

# anti spoofing test in real time analysis
DeepFace.stream(
Expand Down

0 comments on commit fb5ed04

Please sign in to comment.