Activity-Recognition-with-CNN-and-RNN icon indicating copy to clipboard operation
Activity-Recognition-with-CNN-and-RNN copied to clipboard

Temporal Segments LSTM and Temporal-Inception for Activity Recognition

Results 5 Activity-Recognition-with-CNN-and-RNN issues
Sort by recently updated
recently updated
newest added

What Does this parameter mean ? Does it mean the total number of frames that you sampled for each video ?

Could you tell me which IDE you use to debug lua in Linux ? thanks.

I ran main.lua in /RNN folder with th main.lua -pastalogName 'model_RNN' -nGPU 3 -dataset 'ucf101' -split '1' -fcSize '{0}' -hiddenSize '{512}' -lstm -spatFeatDir './FeatureMap/' -tempFeatDir './FeatureMap/' and the top1 decreased...

Hi~ Im trying to implement the RNN model your code shows on HMDB-51,but i think it's better to running your well-trained rnn model before i really implement the whole rnn...

Hi: I got new error, After spent almost two weeks to fine tuned both flow and RGB model("model_best.t7" in the folder CNN-GPUs),when I use the two models to generat the...