Skip to content

qazwsx74269/VideoQA-in-pytorch

Repository files navigation

This is a VideoQA baseline implemented by pytorch. I just use the most elementary idea to write that code. But there still exists some places to be improved.

model architecture

frame_countXframe_feature_vector------->>lstm get final video cell state
question_lengthXword_embedding------->>lstm get final question cell state
video cell state------->>linear get video fuse part
question cell state------->>linear get question fuse part
dot product of above two part--------->>linear------->>as input of decoder(lstm)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages