Skip to content

wuxiaomin0110/tensorflow_video_classification_LSTM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies

tensorflow >= 1.0

Training

Step 1

preprocess the data accroding to the README.md in data_preparation folder

Step 2

  1. Run $ python kth_train.py --data_path=<path-to-data> --save_path=<path-to-folder>

    • the data_path option is the path to the ptb data folder
    • the save_path option is the folder to store model/summary/checkpoint

For my personal reference

python kth_train.py --data_path=/Users/dgu/Documents/projects/machine_learning/kth_data/sharded_data --save_path=result

python lca_train.py --data_path=/Users/dgu/Documents/projects/machine_learning/lca_data/sharded_data --save_path=result

About

Action detection used BiLSTM and Tensorflow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.0%
  • Shell 2.0%