Abraham E. Tavarez
verify_face, analyze_face functions and extract embedding functions tested
4c7f58c
raw
history blame
237 Bytes
from detector.face import verify_faces, analyze_face
# result = verify_faces('./assets/demo_files/bezos1.jpg', './assets/demo_files/diesel1.jpg')
# print(result)
analysis = analyze_face('./assets/demo_files/gates1.jpg')
print(analysis)