-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy patheval_fire.yml
22 lines (19 loc) · 1.23 KB
/
eval_fire.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
experiment: null # Name of the experiment folder, if null, the yaml file name will be used
demo_eval:
data_folder: fire_data # Data path relative to the package root (can be absolute path)
exp_folder: fire_experiments # Experiment path relative to the package root (can be absolute path)
gpu_id: 0 # Gpu id to perform inference on (asmk can have a different gpu id)
net_path: http://download.europe.naverlabs.com/ComputerVision/FIRe/official/fire.pth # Model path (can be url or path relative to exp_folder)
evaluation:
inference:
image_size: 1024 # Images will be downscaled to this size prior processing with the network
scales: [2.0, 1.414, 1.0, 0.707, 0.5, 0.353, 0.25] # Scales for multiscale inference
features_num: 1000 # Number of local features to keep (sorted by attention)
local_descriptor:
datasets: [val_eccv20, roxford5k, rparis6k] # Datasets for evaluation of local descriptor with asmk
# Codebook training options are distinct (image size is kept)
codebook_training:
images: 20000 # Number of images for training (taken from beginning of dataset)
scales: [1] # Scales for multiscale inference
asmk:
__template__: _asmk_how_fire.yml # Load from a separate file