mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-06 04:52:14 -07:00
4 lines
209 B
Python
4 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
|