2021-04-14 15:22:51 +08:00
|
|
|
'''
|
|
|
|
@ Date: 2020-11-18 14:33:20
|
|
|
|
@ Author: Qing Shuai
|
|
|
|
@ LastEditors: Qing Shuai
|
2021-05-27 21:12:17 +08:00
|
|
|
@ LastEditTime: 2021-05-25 19:20:52
|
|
|
|
@ FilePath: /EasyMocap/easymocap/smplmodel/__init__.py
|
2021-04-14 15:22:51 +08:00
|
|
|
'''
|
|
|
|
from .body_model import SMPLlayer
|
|
|
|
from .body_param import load_model
|
2021-05-27 21:12:17 +08:00
|
|
|
from .body_param import merge_params, select_nf, check_keypoints
|