forked from aminullah6264/Pytorch-Action-Recognition
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
16 lines (10 loc) · 1.17 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
We have used caffe mode to extract deep features from video using matlab script "oneFileFeatures..."
Each CSV file represents features of one video.
which is split using "TrianTestSpit.m"
each CSV in train data is combined to create one CSV file for each class using "EachClassCSV"
The train and validation split is done on Train Data with "EachClassCSV" files and it also give us Labels. which convert to one hot using "oneHotLabeling"
and finally, we use the "Training Code for LSTM.py" this code contains simple LSTM, Multi-layer LSTM, and Multi-layer Bidirectional LSTM.
Please cite the folloing papers
Ullah, A., Ahmad, J., Muhammad, K., Sajjad, M., & Baik, S. W. (2018). Action Recognition in Video Sequences using Deep Bi-Directional LSTM With CNN Features. IEEE Access, 6, 1155-1166.
Muhammad, K., Ahmad, J., & Baik, S. W. (2017). Early Fire Detection using Convolutional Neural Networks during Surveillance for Effective Disaster Management. Neurocomputing.
Ahmad, J., Muhammad, K., Bakshi, S., & Baik, S. W. (2018). Object-oriented convolutional features for fine-grained image retrieval in large surveillance datasets. Future Generation Computer Systems, 81, 314-330.