-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdelf_config.pbtxt
25 lines (25 loc) · 965 Bytes
/
delf_config.pbtxt
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
model_path: "models/research/delf/delf/python/examples/parameters/delf_v1_20171026/model/"
image_scales: .25
image_scales: .3536
image_scales: .5
image_scales: .7071
image_scales: 1.0
image_scales: 1.4142
image_scales: 2.0
delf_local_config {
use_pca: true
# Note that for the exported model provided as an example, layer_name and
# iou_threshold are hard-coded in the checkpoint. So, the layer_name and
# iou_threshold variables here have no effect on the provided
# extract_features.py script.
layer_name: "resnet_v1_50/block3"
iou_threshold: 1.0
max_feature_num: 1000
score_threshold: 100.0
pca_parameters {
mean_path: "/home/soma03/projects/ai/final/models/research/delf/delf/python/examples/parameters/delf_v1_20171026/pca/mean.datum"
projection_matrix_path: "/home/soma03/projects/ai/final/models/research/delf/delf/python/examples/parameters/delf_v1_20171026/pca/pca_proj_mat.datum"
pca_dim: 40
use_whitening: false
}
}