add HumanAct12, UTD_MHAD

This commit is contained in:
Iridoudou
2021-08-07 21:19:21 +08:00
parent 9f6274fc19
commit 2b3e65e2a2
9 changed files with 329 additions and 117 deletions

View File

@ -13,4 +13,4 @@ def load(name, path):
new_arr[i][j][k] = arr[j][k][i]
return new_arr
elif name == 'HumanAct12':
return np.load(path)
return np.load(path,allow_pickle=True)