Auslan
收藏官方服务:
资源简介:
This data consists of sample of Auslan (Australian Sign Language) signs. 27 examples of each of 95 Auslan signs were captured from a native signer using high-quality position trackers. This is a pre-processed version saved in numpy format. The original dataset and additional information can be found here. 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("Auslan.npz") Xtr = loaded_data['Xtr'] # Training data of shape (1140, 136, 22) Ytr = loaded_data['Ytr'] # Training labels of shape (1140, 1) Xte = loaded_data['Xte'] # Test data of shape (1425, 136, 22) Yte = loaded_data['Yte'] # Test labels of shape (1425, 1)
提供机构:
Zenodo创建时间:
2024-03-19



