mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-08-20 21:43:22 -07:00
update xlib.avecl
This commit is contained in:
parent
bd48b455cb
commit
65fb01ff39
6 changed files with 143 additions and 7 deletions
8
xlib/avecl/_internal/EInterpolation.py
Normal file
8
xlib/avecl/_internal/EInterpolation.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
from enum import IntEnum, IntEnum
|
||||
|
||||
class EInterpolation(IntEnum):
|
||||
NEAREST = 0
|
||||
LINEAR = 1
|
||||
CUBIC = 2
|
||||
LANCZOS3 = 3
|
||||
LANCZOS4 = 4
|
Loading…
Add table
Add a link
Reference in a new issue