- TensorFlow Implementation of Sequence to Sequence – Video to Text
- 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
- BSD License