-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdetVOC_hlp_das.cfg
56 lines (50 loc) · 1.4 KB
/
detVOC_hlp_das.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[GLOBAL]
nn_threads = 4
det_threads = 8
mode = detection
setmode = voc
train_sel = segment
randbg = -1
tmp_dir = /local/vdvelden/sl4det1VOCcar_segtrainval_segtest_hlpsift_tmp
res_dir = scratchdisk/sl4det1VOCcar_segtrainval_segtest_hlpsift
train_set = segtrainval
test_set = segtest
bg_train_set= segtrainval
[VOC]
imset_path = VOCdevkit/VOC2007/ImageSets/Main/%s.txt
image_path = VOCdevkit/VOC2007/JPEGImages/%s.jpg
annotation_path = VOCdevkit/VOC2007/Annotations/%s.xml
gt_object_path = VOCdevkit/VOC2007/SegmentationObject/%s.png
gt_class_path = VOCdevkit/VOC2007/SegmentationClass/%s.png
classes = car
[TRAIN-DESCRIPTOR]
dtype = DescriptorUint8
cache_dir = descriptors
detector = harrislaplace
descriptor = sift
outputFormat = binary
[TEST-DESCRIPTOR]
dtype = DescriptorUint8
cache_dir = descriptors
detector = harrislaplace
descriptor = sift
outputFormat = binary
[NBNN]
behmo = False
checks = 1000
[TEST]
k = 1
batch_size = 100
img_pickle_path = batches/%d.pkl
[DETECTION]
method = single_link
dist = overlap
hyp_threshold = nearest
ignore_threshold = False
hypothesis_metric = bb_descr_qh
detection_metric = det_becker
distances_path = distances/%s_%s.pkl
hypotheses_path = hypotheses/%s_%s.pkl
exemplar_path = exemplars/%s.npy
theta_m = 0.8
theta_p = 0.4