You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
Do you pre-extract features of objects and store the features on disk? I cannot find any operation in data processing or training steps to store the pre-extracted object features from the long-term sequence. Do you extract the object features online? If so, it still takes a large memory. I am very confused about this.
Thank you very much!
The text was updated successfully, but these errors were encountered:
coolbay
changed the title
Do you pre-extract features of objects and store the features on disk?
Do you pre-extract long-term features and store the features on disk?
Jul 1, 2020
Among the datasets we released, we only use "object" features for "EPIC-Kitchens-Noun". We extracted those features using Detectron and store them on disk. We load them in memory when using our LFB-model. The code for object feature extraction isn't part of this repository, because it involves only standard feature extraction without modification of Detectron. We provide the yaml and model weights of the object detector at https://github.com/facebookresearch/video-long-term-feature-banks/blob/master/GETTING_STARTED.md#epic-kitchens-noun-lfb
Do you pre-extract features of objects and store the features on disk? I cannot find any operation in data processing or training steps to store the pre-extracted object features from the long-term sequence. Do you extract the object features online? If so, it still takes a large memory. I am very confused about this.
Thank you very much!
The text was updated successfully, but these errors were encountered: