Ultralytics Code Refactor https://ultralytics.com/actions (#14109)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
ff63a56a42
commit
691b5daccb
16 changed files with 124 additions and 113 deletions
|
|
@ -53,9 +53,9 @@ class AIGym:
|
|||
|
||||
# Check if environment supports imshow
|
||||
self.env_check = check_imshow(warn=True)
|
||||
self.count = list()
|
||||
self.angle = list()
|
||||
self.stage = list()
|
||||
self.count = []
|
||||
self.angle = []
|
||||
self.stage = []
|
||||
|
||||
def start_counting(self, im0, results):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue