You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
1.0KB

  1. {
  2. "gpu_process":{"det_weights":"weights/yolov5/class5/best_5classes.pt","seg_nclass":2,"seg_weights": "weights/BiSeNet/checkpoint.pth" },
  3. "post_process":{ "name":"post_process","conf_thres":0.25,"iou_thres":0.45,"classes":5,"labelnames":"weights/yolov5/class5/labelnames.json","fpsample":240,"debug":false , "rainbows":[ [0,0,255],[0,255,0],[255,0,0],[255,0,255],[255,255,0],[255,129,0],[255,0,127],[127,255,0],[0,255,127],[0,127,255],[127,0,255],[255,127,255],[255,255,127],[127,255,255],[0,255,255],[255,127,255],[127,255,255], [0,127,0],[0,0,127],[0,255,255]],"outImaDir":"problems/images_tmp","outVideoDir":"problems/videos_save" },
  4. "push_process":{ "OutVideoW":1920, "OutVideoH":1080 },
  5. "AI_video_save": {"onLine":false,"offLine":true },
  6. "imageTxtFile":true,
  7. "logChildProcessOffline":"logs/logChildProcess/offline",
  8. "logChildProcessOnline":"logs/logChildProcess/online",
  9. "TaskStatusQueryUrl":"http://192.168.11.241:1011/api/web/serviceInst",
  10. "StreamWaitingTime":240,
  11. "StreamRecoveringTime":600
  12. }