mirror of
https://github.com/serengil/deepface.git
synced 2025-06-10 13:27:08 +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(
|
||||
facial_area: Tuple[int, int, int, int],
|
||||
angle: float, # in degrees. The sign determines the direction of rotation
|
||||
size: Tuple[int, int] # (width, height)
|
||||
angle: float,
|
||||
size: Tuple[int, int]
|
||||
) -> Tuple[int, int, int, int]:
|
||||
"""
|
||||
Rotate the facial area around its center.
|
||||
|
Loading…
x
Reference in New Issue
Block a user