用kafka接收消息
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

17 行
1002B

  1. {
  2. "gpu_process":{"det_weights":"../weights/yolov5/class9/weights/best.pt","seg_nclass":2,"seg_weights": "../yolov5/weights/segmentation/BiSeNet/checkpoint.pth" },
  3. "post_process":{ "name":"post_process","conf_thres":0.25,"iou_thres":0.45,"classes":5,"labelnames":"../weights/yolov5/class9/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. "StreamWaitingTime":240,
  10. "StreamRecoveringTime":180
  11. }