ultralytics-ascend/ultralytics/cfg/solutions/default.yaml
Muhammad Rizwan Munawar 41eb46f428
Align solutions YAML with default.yaml (#18300)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2024-12-18 20:01:03 +01:00

22 lines
1.5 KiB
YAML

# Ultralytics YOLO 🚀, AGPL-3.0 license
# Configuration for Ultralytics Solutions: https://docs.ultralytics.com/solutions/
# Object counting settings --------------------------------------------------------------------------------------------
region: # list[tuple[int, int]] object counting, queue or speed estimation region points.
show_in: True # (bool) flag to display objects moving *into* the defined region
show_out: True # (bool) flag to display objects moving *out of* the defined region
# Heatmaps settings ----------------------------------------------------------------------------------------------------
colormap: # (int | str) colormap for heatmap, Only OPENCV supported colormaps can be used.
# Workouts monitoring settings -----------------------------------------------------------------------------------------
up_angle: 145.0 # (float) Workouts up_angle for counts, 145.0 is default value.
down_angle: 90 # (float) Workouts down_angle for counts, 90 is default value. Y
kpts: [6, 8, 10] # (list[int]) keypoints for workouts monitoring, i.e. for pushups kpts have values of [6, 8, 10].
# Analytics settings ---------------------------------------------------------------------------------------------------
analytics_type: "line" # (str) analytics type i.e "line", "pie", "bar" or "area" charts.
json_file: # (str) parking system regions file path.
# Security alarm system settings ---------------------------------------------------------------------------------------
records: 5 # (int) Total detections count to send an email about security