rabBit64 / Sign-language-recognition-with-RNN-and-Mediapipe

Apache License 2.0
8 stars 0 forks source link

Matrix dimentions explaination? #16

Open sakshamprakash01 opened 4 years ago

sakshamprakash01 commented 4 years ago

I found the following dimensions for these matrices- X_Train = (48, 70, 84) Y_Train = (48, 4) X_Test = (21, 70, 84) Y_Test = (21, 4) I have inputted 23 videos each and am training for 3 words only. Please can anybody explain the matrix dimensions?