mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-08 05:51:41 -07:00
4 lines
183 B
Python
4 lines
183 B
Python
from .Affine2DMat import Affine2DMat, Affine2DUniMat
|
|
from .math_ import (intersect_two_line, polygon_area, segment_length,
|
|
segment_to_vector)
|
|
from .nms import nms
|