WuJie1010 / Temporally-language-grounding

A Pytorch implemention for some state-of-the-art models for" Temporally Language Grounding in Untrimmed Videos"
96 stars 21 forks source link

Feature extraction #3

Closed yufansong closed 5 years ago

yufansong commented 5 years ago

Can you release the code about preprocessing the visual / sentence feature? I want to know about how you get the visual feature (ResNet or others?) and what is the exact meaning of the sentence feature files.

WuJie1010 commented 5 years ago

I extract the same feature as "Temporal Activity Localization via Language Query", please refer to their paper and their GitHub code~ visual feature:c3d~ sentence feature: skip-thought~