vijayvee / video-captioning

This repository contains the code for a video captioning system inspired by Sequence to Sequence -- Video to Text. This system takes as input a video and generates a caption in English describing the video.
MIT License
165 stars 67 forks source link

cap no #25

Open alokssingh opened 4 years ago

alokssingh commented 4 years ago

Hey! Nice implementation

  1. Since there are multiple captions for a single video so you have tooked all the caption for training or just selected random caption from the multiple caption in every epoc?
  2. And second one is, did you took whole caption during training or you took first word and video feat then predicted next word so on...?