EasyMocap/code/smplmodel/__init__.py

10 lines
347 B
Python
Raw Normal View History

2021-01-14 21:32:09 +08:00
'''
@ Date: 2020-11-18 14:33:20
@ Author: Qing Shuai
@ LastEditors: Qing Shuai
2021-01-24 22:33:08 +08:00
@ LastEditTime: 2021-01-20 16:33:02
2021-01-14 21:32:09 +08:00
@ FilePath: /EasyMocap/code/smplmodel/__init__.py
'''
from .body_model import SMPLlayer
2021-01-24 22:33:08 +08:00
from .body_param import load_model
from .body_param import merge_params, select_nf, init_params, Config, check_params, check_keypoints