Isolated Gesture Detection
Implemented a simple ConvLSTM (Convolutional Long Short-Term Memory) networkfor isolated hand gesture detection in raw video clips.
3D convolutions were used as feature extractors from the raw videoclips and the ConvLSTM network was used as the final classifier to classify a certain video clip into one of 21 gestures.
Code has been lost in some random kaggle kernel.