派生自 Algorithm/baseDetector

Scheaven
2021-08-12 b5c2ff81ec0d4b0860032e9b410bfe7aad099a50
config.json
@@ -4,6 +4,11 @@
  "param": {
    // "model_path": "/opt/vasystem/bin/models/baseDetector/baseDetetor.bin" // para里边自己算法可能用到的参数
    "model_path": "/opt/vasystem/bin/models/baseDetector/baseDetetor_small.bin", // para里边自己算法可能用到的参数
    "type":2
    "type":2,
    "max_cam_num": 8,
    "wander_time": 5,
    "mv_velocity": 10.0,
    "fall_rate":1.3,
    "isTrack":false
  }
}