• Stars
    star
    265
  • Rank 153,745 (Top 4 %)
  • Language
    Python
  • License
    BSD 2-Clause "Sim...
  • Created almost 9 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Implementation of "Sequence to Sequence โ€“ Video to Text"

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