CMU Subject 16
收藏官方服务:
资源简介:
This is a pre-processed version of the dataset saved in numpy format. The original dataset is obtained from CMU-MOCAP. The data are 3-dimensional arrays of shape [n_samples, time_steps, n_variables]. The data can be loaded as follows: loaded_data = np.load("CMU.npz") Xtr = loaded_data['Xtr'] # Training data of shape (29, 580, 62) Ytr = loaded_data['Ytr'] # Training labels of shape (29, 1) Xte = loaded_data['Xte'] # Test data of shape (29, 580, 62) Yte = loaded_data['Yte'] # Test labels of shape (29, 1)
提供机构:
Zenodo创建时间:
2024-03-22



