Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

__init__.py 246 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
  1. # -*- coding: utf-8 -*-
  2. __author__ = """Adam Geitgey"""
  3. __email__ = 'ageitgey@gmail.com'
  4. __version__ = '1.2.3'
  5. from .api import load_image_file, face_locations, batch_face_locations, face_landmarks, face_encodings, compare_faces, face_distance
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...