keras-video-classifier
keras-video-classifier copied to clipboard
Error while training
I've trained 3 classes : "bye" , "hello" and "what's up" and every classe contains 50 videos. In the end of training after extracting frames I get this : max frames: 3 expected frames: 2 {'bye': 0, 'hello': 1, "what's up": 2} and then I got this error :
Traceback (most recent call last):
File "vgg16_bidirectional_lstm_train.py", line 38, in
I don't understand how do I get the vgg16-bidirectional-lstm-config.npy?