fix yaml
parent
a67cdaa1ee
commit
aefef59956
|
@ -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:
|
||||||
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:
|
||||||
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:
|
||||||
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:
|
||||||
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:
|
||||||
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:
|
||||||
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:
|
||||||
search_budget: 100
|
search_budget: 100
|
||||||
return_k: 5
|
return_k: 5
|
||||||
dist_type: "IP"
|
dist_type: "IP"
|
||||||
|
score_thres: 0.5
|
||||||
|
|
Loading…
Reference in New Issue