mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-08-14 18:57:24 -07:00
refactoring
This commit is contained in:
parent
8489949f2c
commit
30ba51edf7
24 changed files with 663 additions and 459 deletions
|
@ -15,7 +15,7 @@ def gaussian_blur (input_t : Tensor, sigma, dtype=None) -> Tensor:
|
|||
|
||||
"""
|
||||
if sigma <= 0.0:
|
||||
return input_t.copy() #TODO
|
||||
return input_t.copy()
|
||||
|
||||
device = input_t.get_device()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue