mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-08-20 13:33:25 -07:00
update xlib.avecl
This commit is contained in:
parent
bd48b455cb
commit
65fb01ff39
6 changed files with 143 additions and 7 deletions
|
@ -41,5 +41,5 @@ def binary_morph(input_t : Tensor, erode_dilate : int, blur : float, fade_to_bor
|
|||
x = gaussian_blur(x, blur * 0.250, dtype=dtype)
|
||||
else:
|
||||
x = cast(x, dtype=dtype)
|
||||
|
||||
|
||||
return x[...,H:-H,W:-W]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue