five-video-classification-methods icon indicating copy to clipboard operation
five-video-classification-methods copied to clipboard

Code that accompanies my blog post outlining five video classification methods in Keras and TensorFlow

Results 55 five-video-classification-methods issues
Sort by recently updated
recently updated
newest added

what train_cnn.py file used? it is blocked when run to 99% why?

Can somebody tell me if _frame_generator()_ vs _ImageDataGenerator()_ is different? I want to use _ImageDataGenerator()_ rather than _frame_generator()_ for my "**lrcn**" model. I know that frame_generator() will produce sequence of...

Hello, I get the following error message when trying to run train.py with lrcn, conv_3d and c3d `2018-05-30 10:36:35.547825: I tensorflow/core/platform/cpu_feature_guard.cc:137] Your CPU supports instructions that this TensorFlow binary was...

NasNet is a new architecture achieving SOTA on ImageNet, I added support for it as a feature extractions I have added support for mutli_gpu based on Keras existing utility

Good night. I'm a little bit new to Deep Learning but isn't it necessary to diferenciarem between Validation and test set?

Regular data augmentation (DA) seems not so straightforward with sequence samples, as we dont want to randomly rotate each frame in a single sample sequence by a different degree. ->...

Hi, Is it possible to provide pre-trained models? I need them, I want to do transfer learning. Thanks,

Ok, I'm going to try and be productive here on the questions, though I am a little frustrated to say the least. Trying to get it to do a simple...

hi, may i know how long will it take to run the validate_rnn.py? after i run the file, it ran for a while and the last output was: creating test...

hi @harvitronix , i'm using your code to train with different dataset, my data is about sign language which involve both static and dynamic gesture. i have 10 classes, each...