提交 c35a1f0e 编写于 作者: D dongshuilong

update ci data

上级 f043a402
...@@ -29,9 +29,9 @@ RecPostProcess: null ...@@ -29,9 +29,9 @@ RecPostProcess: null
# indexing engine config # indexing engine config
IndexProcess: IndexProcess:
index_method: "HNSW32" # supported: HNSW32, IVF, Flat index_method: "HNSW32" # supported: HNSW32, IVF, Flat
index_dir: "./recognition_demo_data_v1.0/gallery_cartoon/index/" index_dir: "./recognition_demo_data_v1.1/gallery_cartoon/index/"
image_root: "./recognition_demo_data_v1.0/gallery_cartoon/" image_root: "./recognition_demo_data_v1.1/gallery_cartoon/"
data_file: "./recognition_demo_data_v1.0/gallery_cartoon/data_file.txt" data_file: "./recognition_demo_data_v1.1/gallery_cartoon/data_file.txt"
index_operation: "new" # suported: "append", "remove", "new" index_operation: "new" # suported: "append", "remove", "new"
delimiter: "\t" delimiter: "\t"
dist_type: "IP" dist_type: "IP"
......
...@@ -27,9 +27,9 @@ RecPostProcess: null ...@@ -27,9 +27,9 @@ RecPostProcess: null
# indexing engine config # indexing engine config
IndexProcess: IndexProcess:
index_method: "HNSW32" # supported: HNSW32, IVF, Flat index_method: "HNSW32" # supported: HNSW32, IVF, Flat
index_dir: "./recognition_demo_data_v1.0/gallery_logo/index/" index_dir: "./recognition_demo_data_v1.1/gallery_logo/index/"
image_root: "./recognition_demo_data_v1.0/gallery_logo/" image_root: "./recognition_demo_data_v1.1/gallery_logo/"
data_file: "./recognition_demo_data_v1.0/gallery_logo/data_file.txt" data_file: "./recognition_demo_data_v1.1/gallery_logo/data_file.txt"
index_operation: "new" # suported: "append", "remove", "new" index_operation: "new" # suported: "append", "remove", "new"
delimiter: "\t" delimiter: "\t"
dist_type: "IP" dist_type: "IP"
......
...@@ -27,9 +27,9 @@ RecPostProcess: null ...@@ -27,9 +27,9 @@ RecPostProcess: null
# indexing engine config # indexing engine config
IndexProcess: IndexProcess:
index_method: "HNSW32" # supported: HNSW32, IVF, Flat index_method: "HNSW32" # supported: HNSW32, IVF, Flat
index_dir: "./recognition_demo_data_v1.0/gallery_product/index" index_dir: "./recognition_demo_data_v1.1/gallery_product/index"
image_root: "./recognition_demo_data_v1.0/gallery_product/" image_root: "./recognition_demo_data_v1.1/gallery_product/"
data_file: "./recognition_demo_data_v1.0/gallery_product/data_file.txt" data_file: "./recognition_demo_data_v1.1/gallery_product/data_file.txt"
index_operation: "new" # suported: "append", "remove", "new" index_operation: "new" # suported: "append", "remove", "new"
delimiter: "\t" delimiter: "\t"
dist_type: "IP" dist_type: "IP"
......
...@@ -27,9 +27,9 @@ RecPostProcess: null ...@@ -27,9 +27,9 @@ RecPostProcess: null
# indexing engine config # indexing engine config
IndexProcess: IndexProcess:
index_method: "HNSW32" # supported: HNSW32, IVF, Flat index_method: "HNSW32" # supported: HNSW32, IVF, Flat
index_dir: "./recognition_demo_data_v1.0/gallery_vehicle/index/" index_dir: "./recognition_demo_data_v1.1/gallery_vehicle/index/"
image_root: "./recognition_demo_data_v1.0/gallery_vehicle/" image_root: "./recognition_demo_data_v1.1/gallery_vehicle/"
data_file: "./recognition_demo_data_v1.0/gallery_vehicle/data_file.txt" data_file: "./recognition_demo_data_v1.1/gallery_vehicle/data_file.txt"
index_operation: "new" # suported: "append", "remove", "new" index_operation: "new" # suported: "append", "remove", "new"
delimiter: "\t" delimiter: "\t"
dist_type: "IP" dist_type: "IP"
......
Global: Global:
infer_imgs: "./recognition_demo_data_v1.0/test_cartoon" infer_imgs: "./recognition_demo_data_v1.1/test_cartoon"
det_inference_model_dir: "./models/ppyolov2_r50vd_dcn_mainbody_v1.0_infer/" det_inference_model_dir: "./models/ppyolov2_r50vd_dcn_mainbody_v1.0_infer/"
rec_inference_model_dir: "./models/cartoon_rec_ResNet50_iCartoon_v1.0_infer/" rec_inference_model_dir: "./models/cartoon_rec_ResNet50_iCartoon_v1.0_infer/"
rec_nms_thresold: 0.05 rec_nms_thresold: 0.05
...@@ -51,6 +51,6 @@ RecPreProcess: ...@@ -51,6 +51,6 @@ RecPreProcess:
RecPostProcess: null RecPostProcess: null
IndexProcess: IndexProcess:
index_dir: "./recognition_demo_data_v1.0/gallery_cartoon/index/" index_dir: "./recognition_demo_data_v1.1/gallery_cartoon/index/"
return_k: 5 return_k: 5
score_thres: 0.5 score_thres: 0.5
Global: Global:
infer_imgs: "./recognition_demo_data_v1.0/test_logo" infer_imgs: "./recognition_demo_data_v1.1/test_logo"
det_inference_model_dir: "./models/ppyolov2_r50vd_dcn_mainbody_v1.0_infer/" det_inference_model_dir: "./models/ppyolov2_r50vd_dcn_mainbody_v1.0_infer/"
rec_inference_model_dir: "./models/logo_rec_ResNet50_Logo3K_v1.0_infer/" rec_inference_model_dir: "./models/logo_rec_ResNet50_Logo3K_v1.0_infer/"
rec_nms_thresold: 0.05 rec_nms_thresold: 0.05
...@@ -50,6 +50,6 @@ RecPostProcess: null ...@@ -50,6 +50,6 @@ RecPostProcess: null
# indexing engine config # indexing engine config
IndexProcess: IndexProcess:
index_dir: "./recognition_demo_data_v1.0/gallery_logo/index/" index_dir: "./recognition_demo_data_v1.1/gallery_logo/index/"
return_k: 5 return_k: 5
score_thres: 0.5 score_thres: 0.5
Global: Global:
infer_imgs: "./recognition_demo_data_v1.0/test_product/daoxiangcunjinzhubing_6.jpg" infer_imgs: "./recognition_demo_data_v1.1/test_product/daoxiangcunjinzhubing_6.jpg"
det_inference_model_dir: "./models/ppyolov2_r50vd_dcn_mainbody_v1.0_infer" det_inference_model_dir: "./models/ppyolov2_r50vd_dcn_mainbody_v1.0_infer"
rec_inference_model_dir: "./models/product_ResNet50_vd_aliproduct_v1.0_infer" rec_inference_model_dir: "./models/product_ResNet50_vd_aliproduct_v1.0_infer"
rec_nms_thresold: 0.05 rec_nms_thresold: 0.05
...@@ -50,6 +50,6 @@ RecPostProcess: null ...@@ -50,6 +50,6 @@ RecPostProcess: null
# indexing engine config # indexing engine config
IndexProcess: IndexProcess:
index_dir: "./recognition_demo_data_v1.0/gallery_product/index" index_dir: "./recognition_demo_data_v1.1/gallery_product/index"
return_k: 5 return_k: 5
score_thres: 0.5 score_thres: 0.5
Global: Global:
infer_imgs: "./recognition_demo_data_v1.0/test_vehicle/" infer_imgs: "./recognition_demo_data_v1.1/test_vehicle/"
det_inference_model_dir: "./models/ppyolov2_r50vd_dcn_mainbody_v1.0_infer/" det_inference_model_dir: "./models/ppyolov2_r50vd_dcn_mainbody_v1.0_infer/"
rec_inference_model_dir: "./models/vehicle_cls_ResNet50_CompCars_v1.0_infer/" rec_inference_model_dir: "./models/vehicle_cls_ResNet50_CompCars_v1.0_infer/"
rec_nms_thresold: 0.05 rec_nms_thresold: 0.05
...@@ -52,6 +52,6 @@ RecPostProcess: null ...@@ -52,6 +52,6 @@ RecPostProcess: null
# indexing engine config # indexing engine config
IndexProcess: IndexProcess:
index_dir: "./recognition_demo_data_v1.0/gallery_vehicle/index/" index_dir: "./recognition_demo_data_v1.1/gallery_vehicle/index/"
return_k: 5 return_k: 5
score_thres: 0.5 score_thres: 0.5
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册