This is the codebase for the 2022 Video Similarity Challenge and the associated dataset.
The docs folder contains additional documentation for this codebase:
See installation
See testing
See baseline
$ ./descriptor_eval.py --query_features vsc_eval_data/queries.npz --ref_features vsc_eval_data/refs.npz --ground_truth vsc_eval_data/gt.csv
Starting Descriptor level eval
...
2022-11-09 17:00:33 INFO Descriptor track micro-AP (uAP): 0.4754
$ ./matching_eval.py --predictions vsc_eval_data/matches.csv --ground_truth vsc_eval_data/gt.csv
Matching track segment AP: 0.3650
method | score norm | Descriptor μAP | Matching μAP |
---|---|---|---|
SSCD | ❌ | 0.4754 | 0.3650 |
SSCD | ✔️ | 0.6499 | 0.4692 |
DINO | ✔️ | 0.4402 | 0.3393 |
DnS | ✔️ | 0.4129 | 0.3211 |
Note: Numbers in italics do not conform to challenge rules
The VSC codebase is released under the MIT license.