Spaces:
Runtime error
Runtime error
File size: 260 Bytes
213de71 |
1 2 3 4 5 6 7 8 9 10 11 |
from .localize_with_landmark import *
from .check_mask import *
from .check_liveness import *
from .estimate_headpose import *
from .extract_facevector import *
from .extract_agegender import *
from .extract_emotion import *
from .configs import TASK_CONFIG
|