Mixture-of-Embedding-Experts icon indicating copy to clipboard operation
Mixture-of-Embedding-Experts copied to clipboard

Question about how to extract feature

Open sharontaozi opened this issue 5 years ago • 4 comments

In the paper,the appearance features are extracted using ResNet-152,and the motion features are computed using a Kinetics pre-trained I3D flow network. I really want to know how this part is practiced. If you like, can you share the implemented code or ideas for this part with me?

sharontaozi avatar May 27 '19 03:05 sharontaozi

I am also interested on the extraction of the features. Are you going to give us the implemented code?

akonstantinou avatar Aug 20 '19 12:08 akonstantinou

Hi all, Sorry for the delayed answer,

you can find: The code for the Resnet-152 extraction code here: https://github.com/antoine77340/video_feature_extractor VGG audioset here: https://github.com/tensorflow/models/tree/master/research/audioset and for I3D flow, I unfortunately do not plan to release the full pipeline from Optical flow to feature extraction as this is quite cumbersome to release. I just followed the original github instructions here: https://github.com/deepmind/kinetics-i3d

antoine77340 avatar Dec 12 '19 21:12 antoine77340

Sir, can you please explain me how the facial features are extracted from the MSR-VTT dataset.

DeepaliVerma avatar Nov 26 '21 07:11 DeepaliVerma

Hi,

I've used the face recognition feature from http://dlib.net/

antoine77340 avatar Nov 26 '21 08:11 antoine77340