support CMU Mocap
This commit is contained in:
@ -14,3 +14,6 @@ def load(name, path):
|
||||
return new_arr
|
||||
elif name == 'HumanAct12':
|
||||
return np.load(path,allow_pickle=True)
|
||||
elif name == "CMU_Mocap":
|
||||
return np.load(path,allow_pickle=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user