mirror of
https://github.com/iperov/DeepFaceLive.git
synced 2024-12-25 15:31:13 -08:00
5 lines
200 B
Python
5 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)
|