Pytorch Implementation of rpautrat/SuperPoint
python export detections_repeatability.py
python compute_repeatability.py
(NOTE: You have to edit *.yaml files to run corresponding tasks, especially for the following items
model
name: superpoint # magicpoint
...
data:
name: coco #synthetic
image_train_path: ['./data/mp_coco_v2/images/train2017',] #several data sets can be list here
label_train_path: ['./data/mp_coco_v2/labels/train2017/',]
image_test_path: './data/mp_coco_v2/images/test2017/'
label_test_path: './data/mp_coco_v2/labels/test2017/'