default.yaml 1.6 KB

123456789101112131415161718192021222324
  1. # Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
  2. # Global configuration YAML with settings and arguments for Ultralytics Solutions
  3. # For documentation see https://docs.ultralytics.com/solutions/
  4. # Object counting settings --------------------------------------------------------------------------------------------
  5. region: # list[tuple[int, int]] object counting, queue or speed estimation region points.
  6. show_in: True # (bool) flag to display objects moving *into* the defined region
  7. show_out: True # (bool) flag to display objects moving *out of* the defined region
  8. # Heatmaps settings ----------------------------------------------------------------------------------------------------
  9. colormap: # (int | str) colormap for heatmap, Only OPENCV supported colormaps can be used.
  10. # Workouts monitoring settings -----------------------------------------------------------------------------------------
  11. up_angle: 145.0 # (float) Workouts up_angle for counts, 145.0 is default value.
  12. down_angle: 90 # (float) Workouts down_angle for counts, 90 is default value. Y
  13. kpts: [6, 8, 10] # (list[int]) keypoints for workouts monitoring, i.e. for push-ups kpts have values of [6, 8, 10].
  14. # Analytics settings ---------------------------------------------------------------------------------------------------
  15. analytics_type: "line" # (str) analytics type i.e "line", "pie", "bar" or "area" charts.
  16. json_file: # (str) parking system regions file path.
  17. # Security alarm system settings ---------------------------------------------------------------------------------------
  18. records: 5 # (int) Total detections count to send an email about security