9 lines
281 B
Python
9 lines
281 B
Python
'''
|
|
@ Date: 2020-11-18 14:33:20
|
|
@ Author: Qing Shuai
|
|
@ LastEditors: Qing Shuai
|
|
@ LastEditTime: 2021-01-14 20:12:26
|
|
@ FilePath: /EasyMocap/code/smplmodel/__init__.py
|
|
'''
|
|
from .body_model import SMPLlayer
|
|
from .body_param import merge_params, select_nf, init_params, Config |