yabufarha / ms-tcn

Other
223 stars 59 forks source link

Video frames to features #16

Closed PawelFaron closed 5 years ago

PawelFaron commented 5 years ago

Could you publish your code that converts videos into features?

yabufarha commented 5 years ago

Hi, We extracted features from I3D pre-trained on kinetics using both RGB and flow streams. The code to extract frame-wise features is publicly available in this repository: https://github.com/ahsaniqbal/Kinetics-FeatureExtractor

GuoxingY commented 5 years ago

Hi, Did you extract I3D features on Breakfast Dataset after fine-tunning

yabufarha commented 5 years ago

Hi @GuoxingY, The features were extracted without fine-tuning.

GuoxingY commented 5 years ago

Got it , thank you so much!