Skip to content

Commit

Permalink
Better results for descriptors on illumination
Browse files Browse the repository at this point in the history
  • Loading branch information
rpautrat committed Nov 7, 2018
1 parent ba3c652 commit fca3c9c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions notebooks/descriptors_evaluation_on_hpatches.ipynb

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions superpoint/configs/superpoint_hpatches.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
data:
name: 'patches_dataset'
dataset: 'hpatches' # 'coco' 'hpatches'
alteration: 'i' # 'all' 'i' 'v'
alteration: 'v' # 'all' 'i' 'v'
preprocessing:
resize: [480, 640] # False for coco
model:
Expand All @@ -10,8 +10,8 @@ model:
batch_size: 50
eval_batch_size: 50
learning_rate: 0.001
detection_threshold: 0.015 # 1/65
nms: 4
detection_threshold: 0.001 # 1/65
nms: 8
top_k: 1000
homography_adaptation:
num: 0
Expand Down

0 comments on commit fca3c9c

Please sign in to comment.