mirror of
https://github.com/TMElyralab/MuseTalk.git
synced 2026-02-04 17:39:20 +08:00
8 lines
196 B
Python
Executable File
8 lines
196 B
Python
Executable File
# -*- coding: utf-8 -*-
|
|
|
|
__author__ = """Adrian Bulat"""
|
|
__email__ = 'adrian.bulat@nottingham.ac.uk'
|
|
__version__ = '1.0.1'
|
|
|
|
from .api import FaceAlignment, LandmarksType, NetworkSize, YOLOv8_face
|