WingsBrokenAngel / Semantics-AssistedVideoCaptioning

Source code for Semantics-Assisted Video Captioning Model Trained with Scheduled Sampling Strategy
MIT License
56 stars 17 forks source link

implementation detail #4

Closed alokssingh closed 4 years ago

alokssingh commented 4 years ago

Hey @WingsBrokenAngel nice work thanks for making code publicly for further research.

I have a query regarding implementation, since MSR-VTT have 20 captions for each video. How you have deal with them during? Did you took random caption for video in each epoch or you have just repeated the features for each caption? By look the implementation i think you have took all the caption with repeated features. Am I right ?

WingsBrokenAngel commented 4 years ago

Yes, you are right.