派生自 Algorithm/baseDetector

bug
suntianyu
2021-08-12 cc1448ad597ac3c625c9e56a5b755abdae47582c
bug
2个文件已修改
4 ■■■■ 已修改文件
config.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/core/ari_manager.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
config.json
@@ -2,7 +2,7 @@
  "so_file_path": "/opt/vasystem/libs/Detect/libdemo.so",
  "runtime": "/opt/vasystem/libs/Detect:/usr/local/cuda-11.1/lib64:",
  "param": {
    "model_path": "/opt/vasystem/bin/models/baseDetector/baseDetetor.bin",
    "model_path": "/opt/vasystem/bin/models/baseDetector/baseDetector.bin",
    "type":1,
    "max_cam_num": 8,
    "wander_time": 5,
src/core/ari_manager.cpp
@@ -204,7 +204,7 @@
    }
    std::cout << "eve batch_res size:: "<< batch_res[0].size() << " w_count: " << w_count <<std::endl;
    // draw_SDK_result(cam_id, frame, t_result);
    t_result.count = w_count;
    t_result->count = w_count;
    Timer::getInstance()->out("eveTime draw_SDK_result");
}