yabufarha / ms-tcn

Other
214 stars 58 forks source link

Video frames to features #16

Closed PawelFaron closed 4 years ago

PawelFaron commented 4 years ago

Could you publish your code that converts videos into features?

yabufarha commented 4 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 4 years ago

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

yabufarha commented 4 years ago

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

GuoxingY commented 4 years ago

Got it , thank you so much!