yoloserv/downloads/face_recognition-master/face_recognition/__init__.py
2023-05-23 23:54:12 -03:00

8 lines
246 B
Python

# -*- coding: utf-8 -*-
__author__ = """Adam Geitgey"""
__email__ = 'ageitgey@gmail.com'
__version__ = '1.4.0'
from .api import load_image_file, face_locations, batch_face_locations, face_landmarks, face_encodings, compare_faces, face_distance