mirror of
https://github.com/iperov/DeepFaceLive.git
synced 2024-12-25 07:21:13 -08:00
5 lines
209 B
Python
5 lines
209 B
Python
from .Affine2DMat import Affine2DMat, Affine2DUniMat
|
|
from .math_ import (intersect_two_line, polygon_area, rotation_matrix_to_euler,
|
|
segment_length, segment_to_vector)
|
|
from .nms import nms
|