提交 aefef599 编写于 作者: littletomatodonkey's avatar littletomatodonkey

fix yaml

上级 a67cdaa1
...@@ -4,8 +4,8 @@ Global: ...@@ -4,8 +4,8 @@ Global:
rec_inference_model_dir: "./models/cartoon_rec_ResNet50_iCartoon_v1.0_infer/" rec_inference_model_dir: "./models/cartoon_rec_ResNet50_iCartoon_v1.0_infer/"
batch_size: 1 batch_size: 1
image_shape: [3, 640, 640] image_shape: [3, 640, 640]
threshold: 0.5 threshold: 0.2
max_det_results: 1 max_det_results: 5
labe_list: labe_list:
- foreground - foreground
...@@ -53,3 +53,4 @@ IndexProcess: ...@@ -53,3 +53,4 @@ IndexProcess:
search_budget: 100 search_budget: 100
return_k: 5 return_k: 5
dist_type: "IP" dist_type: "IP"
score_thres: 0.5
...@@ -4,8 +4,8 @@ Global: ...@@ -4,8 +4,8 @@ Global:
rec_inference_model_dir: "./models/logo_rec_ResNet50_Logo3K_v1.0_infer/" rec_inference_model_dir: "./models/logo_rec_ResNet50_Logo3K_v1.0_infer/"
batch_size: 1 batch_size: 1
image_shape: [3, 640, 640] image_shape: [3, 640, 640]
threshold: 0.5 threshold: 0.2
max_det_results: 1 max_det_results: 5
labe_list: labe_list:
- foreground - foreground
...@@ -52,3 +52,4 @@ IndexProcess: ...@@ -52,3 +52,4 @@ IndexProcess:
search_budget: 100 search_budget: 100
return_k: 5 return_k: 5
dist_type: "IP" dist_type: "IP"
score_thres: 0.5
...@@ -5,7 +5,7 @@ Global: ...@@ -5,7 +5,7 @@ Global:
batch_size: 1 batch_size: 1
image_shape: [3, 640, 640] image_shape: [3, 640, 640]
threshold: 0.2 threshold: 0.2
max_det_results: 1 max_det_results: 5
labe_list: labe_list:
- foreground - foreground
...@@ -52,3 +52,4 @@ IndexProcess: ...@@ -52,3 +52,4 @@ IndexProcess:
search_budget: 100 search_budget: 100
return_k: 5 return_k: 5
dist_type: "IP" dist_type: "IP"
score_thres: 0.5
...@@ -4,8 +4,8 @@ Global: ...@@ -4,8 +4,8 @@ Global:
rec_inference_model_dir: "./models/vehicle_cls_ResNet50_CompCars_v1.0_infer/" rec_inference_model_dir: "./models/vehicle_cls_ResNet50_CompCars_v1.0_infer/"
batch_size: 1 batch_size: 1
image_shape: [3, 640, 640] image_shape: [3, 640, 640]
threshold: 0.5 threshold: 0.2
max_det_results: 1 max_det_results: 5
labe_list: labe_list:
- foreground - foreground
...@@ -54,3 +54,4 @@ IndexProcess: ...@@ -54,3 +54,4 @@ IndexProcess:
search_budget: 100 search_budget: 100
return_k: 5 return_k: 5
dist_type: "IP" dist_type: "IP"
score_thres: 0.5
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册