Commit 766682c2 authored by zhaoyunfei's avatar zhaoyunfei

调整检测阈值

parent d16ee665
......@@ -20,7 +20,7 @@ void InitCnrt(bool useConfig,Config& models_config) {
//config_v3.file_model_weights = "../configs/yolov3-spp_final.weights";
//config_v3.calibration_image_list_file_txt = "../configs/calibration_images.txt";
config_v3.inference_precison =INT8;
config_v3.detect_thresh = 0.05;
config_v3.detect_thresh = 0.4;
if(useConfig)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment