mirror of
https://github.com/aigc3d/LAM_Audio2Expression.git
synced 2026-02-04 09:29:24 +08:00
feat: Initial commit
This commit is contained in:
13
models/builder.py
Normal file
13
models/builder.py
Normal file
@@ -0,0 +1,13 @@
|
||||
"""
|
||||
Modified by https://github.com/Pointcept/Pointcept
|
||||
"""
|
||||
|
||||
from utils.registry import Registry
|
||||
|
||||
MODELS = Registry("models")
|
||||
MODULES = Registry("modules")
|
||||
|
||||
|
||||
def build_model(cfg):
|
||||
"""Build models."""
|
||||
return MODELS.build(cfg)
|
||||
Reference in New Issue
Block a user