Update workouts_monitoring solution (#16706)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
c17ddcdf70
commit
73e6861d95
7 changed files with 162 additions and 245 deletions
|
|
@ -10,3 +10,7 @@ show: True # Flag to control whether to display output image or not
|
|||
show_in: True # Flag to display objects moving *into* the defined region
|
||||
show_out: True # Flag to display objects moving *out of* the defined region
|
||||
classes: # To count specific classes
|
||||
|
||||
up_angle: 145.0 # workouts up_angle for counts, 145.0 is default value
|
||||
down_angle: 90 # workouts down_angle for counts, 90 is default value
|
||||
kpts: [6, 8, 10] # keypoints for workouts monitoring
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue