Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 746 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 746 Bytes

video_to_sequence

Usage

  • First you need to download "Microsoft Video Description Corpus"
  • Set "video_data_path" in download_videos.py accordingly.
  • Download Youtube videos by running "download_videos.py"
  • Secondly, you need to preprocess downloaded videos
  • Set paths in cnn_utils.py and preprocess.py
  • Sample & extract features by running "preprocessing.py"
  • Train: train() in model.py
  • You might need to change the paths in "Global Parameters" area according to your environment
  • Test: test() in model.py

alt tag

License

  • BSD License