microsoft / VideoX

VideoX: a collection of video cross-modal models
Other
961 stars 159 forks source link

Question about feature extraction. #26

Closed DRJ2016 closed 3 years ago

DRJ2016 commented 3 years ago

Sorry to disturb you. Really excellent work! May I ask what Conv models to use for extracting frame features from raw videos?

Sy-Zhang commented 3 years ago

Sorry to disturb you. Really excellent work! May I ask what Conv models to use for extracting frame features from raw videos?

For Charades, we use VGG features obtained from here. For ActivityNet, we use C3D features obtained from here. For TACoS, we use use C3D features obtained from here. You can refer to their websites for more details about extraction.

DRJ2016 commented 3 years ago

Really thank you for your reply.