Skip to content

Files

Latest commit

Dec 14, 2023
9571eb2 · Dec 14, 2023

History

History

features

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 14, 2023

VVS : Video-to-Video Retrieval With Irrelevant Frame Suppression

Getting the Feature

  • For convenience, we provide the features we used. You can find them here.

  • Before running, Place the features inside a VVS/features folder.

├── features
   └── vcdb_resnet50_l4imac
      ├── features
         ├── feat_1
         ├── feat_2
         └── ...
   └── fivr_resnet50_l4imac
      ├── features
         ├── feat_1
         ├── feat_2
            └── ...
   └── cc_web_resnet50_l4imac
      ├── features
         ├── feat_1
         ├── feat_2
            └── ...
   └── evve_resnet50_l4imac
      ├── features
         ├── feat_1
         ├── feat_2
            └── ...