7 lines
224 B
Python
7 lines
224 B
Python
|
|
from .facerecoger import FaceRecoger
|
||
|
|
from .facedetector import FaceBoxesV2
|
||
|
|
from .facelandmarks5er import Landmark5er
|
||
|
|
from .facealign import FaceAlign
|
||
|
|
from .imgchecker import QualityOfClarity, QualityOfPose, QualityChecker
|
||
|
|
|