long-short-term-transformer icon indicating copy to clipboard operation
long-short-term-transformer copied to clipboard

thumos rgb feature extraction

Open FedericoCaspani opened this issue 1 year ago • 2 comments

Hi, I'm having some issues extracting the rbg features for the thumos dataset. In particular, in the mmaction2 dataset there are two files for feature extraction: https://github.com/open-mmlab/mmaction2/blob/0.x/tools/misc/clip_feature_extraction.py and https://github.com/open-mmlab/mmaction2/blob/0.x/tools/data/activitynet/tsn_feature_extraction.py, which one should I use? There are some parts of the code that I should modify in these files? Thank you for your help

FedericoCaspani avatar Nov 14 '23 09:11 FedericoCaspani

Hi, I encountered the same question, have you solved it? Could you please give me some advice?

sw1014 avatar Nov 17 '23 08:11 sw1014

Hi, I'm having some issues extracting the rbg features for the thumos dataset. In particular, in the mmaction2 dataset there are two files for feature extraction: https://github.com/open-mmlab/mmaction2/blob/0.x/tools/misc/clip_feature_extraction.py and https://github.com/open-mmlab/mmaction2/blob/0.x/tools/data/activitynet/tsn_feature_extraction.py, which one should I use? There are some parts of the code that I should modify in these files? Thank you for your help

Hi! According to https://github.com/open-mmlab/mmaction2/tree/main/tools/data/activitynet, I think you should use this clip_feature_extraction.py.

Chenhongchang avatar Dec 21 '23 14:12 Chenhongchang