Add HeatMap guide in real-world-projects + Code in Solutions Directory (#6796)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
1e1247ddee
commit
742cbc1b4e
10 changed files with 448 additions and 52 deletions
|
|
@ -125,6 +125,8 @@ class AIGym:
|
|||
if cv2.waitKey(1) & 0xFF == ord('q'):
|
||||
return
|
||||
|
||||
return self.im0
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
AIGym()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue