mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-07 21:42:09 -07:00
4 lines
200 B
Python
4 lines
200 B
Python
from .calc import dist_to_edges
|
|
from .draw import (bezier, circle_faded, random_bezier_split_faded,
|
|
random_circle_faded, random_circle_faded_multi,
|
|
random_faded)
|