We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80a601 commit edfe190Copy full SHA for edfe190
deface/deface.py
@@ -101,7 +101,7 @@ def cam_read_iter(reader):
101
def video_detect(
102
ipath: str,
103
opath: str,
104
- centerface: str,
+ centerface: CenterFace,
105
threshold: float,
106
enable_preview: bool,
107
cam: bool,
@@ -172,7 +172,7 @@ def video_detect(
172
def image_detect(
173
174
175
176
177
replacewith: str,
178
mask_scale: float,
0 commit comments