keyframes-CNN-RNN(action recognition)

Environment:

python>=3.7

pytorch>=1.2

Datasets:

Following the format of UCF101 action recognition.

Run steps:

  1. Modify the “dict_data” of readpkl.py to your own category to generate your own label.pkl for training.
  2. Run train.py, remember to modify the data set address.
  3. During operation, all loss npy files will be saved for visualization, and all models will be saved under weights.
  4. Run train.py, remember to modify the test data set address and the name of your trained model.

GitHub

GitHub - hao8353/Keyframes-CNN-RNN-action-recognition-: 使用关键帧技术提取关键帧后,使用CNN-RNN网络模型框架提取并融合特征,最后softmax分类
使用关键帧技术提取关键帧后,使用CNN-RNN网络模型框架提取并融合特征,最后softmax分类. Contribute to hao8353/Keyframes-CNN-RNN-action-recognition- development by creating an account on GitHub.