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.

dsp_test_service.yml 600B

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1234567891011121314151617181920212223242526272829
  1. video:
  2. # 视频本地保存地址
  3. file_path: "../dsp/video/"
  4. # 是否添加水印
  5. video_add_water: false
  6. service:
  7. filter:
  8. # 图片得分多少分以上返回图片
  9. frame_score: 0.4
  10. # 图片相似度过滤
  11. picture_similarity: true
  12. similarity: 0.65
  13. frame_step: 160
  14. timeout: 21600
  15. cv2_pull_stream_timeout: 1000
  16. cv2_read_stream_timeout: 1000
  17. recording_pull_stream_timeout: 600
  18. model:
  19. # 使用哪种识别方式
  20. # 1 普通方式
  21. # 2 模型追踪
  22. model_type: 1
  23. limit: 3
  24. task:
  25. # 任务限制5个
  26. limit: 5
  27. image:
  28. limit: 20