06e9d12
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import os MotionDIr = os.path.join( os.path.dirname(os.path.abspath(__file__)), "../../checkpoints", "motion" ) MODEL_CFG = { "musev_referencenet": { "net": os.path.join(MotionDIr, "musev_referencenet"), "desp": "", }, }