mirror of
https://github.com/serengil/deepface.git
synced 2025-06-14 15:27:09 +00:00
Remove unwanted comments
This commit is contained in:
parent
08710029e8
commit
923f2cfb4c
@ -144,8 +144,8 @@ def detect_faces(
|
|||||||
|
|
||||||
def rotate_facial_area(
|
def rotate_facial_area(
|
||||||
facial_area: Tuple[int, int, int, int],
|
facial_area: Tuple[int, int, int, int],
|
||||||
angle: float, # in degrees. The sign determines the direction of rotation
|
angle: float,
|
||||||
size: Tuple[int, int] # (width, height)
|
size: Tuple[int, int]
|
||||||
) -> Tuple[int, int, int, int]:
|
) -> Tuple[int, int, int, int]:
|
||||||
"""
|
"""
|
||||||
Rotate the facial area around its center.
|
Rotate the facial area around its center.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user