PyCharm Code Inspect fixes (#18392)
Signed-off-by: UltralyticsAssistant <web@ultralytics.com> Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
d35860d4a1
commit
e5e91967d9
31 changed files with 72 additions and 72 deletions
|
|
@ -12,7 +12,7 @@ colormap: # (int | str) colormap for heatmap, Only OPENCV supported colormaps c
|
|||
# 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].
|
||||
kpts: [6, 8, 10] # (list[int]) keypoints for workouts monitoring, i.e. for push-ups kpts have values of [6, 8, 10].
|
||||
|
||||
# Analytics settings ---------------------------------------------------------------------------------------------------
|
||||
analytics_type: "line" # (str) analytics type i.e "line", "pie", "bar" or "area" charts.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue