Fix solution functions description + integrations/openvino.md cover image update (#8170)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
52604084de
commit
78f7e475fa
4 changed files with 18 additions and 11 deletions
|
|
@ -124,7 +124,8 @@ class SpeedEstimator:
|
|||
|
||||
def calculate_speed(self, trk_id, track):
|
||||
"""
|
||||
Calculation of object speed
|
||||
Calculation of object speed.
|
||||
|
||||
Args:
|
||||
trk_id (int): object track id.
|
||||
track (list): tracking history for tracks path drawing
|
||||
|
|
@ -155,7 +156,8 @@ class SpeedEstimator:
|
|||
|
||||
def estimate_speed(self, im0, tracks):
|
||||
"""
|
||||
Calculate object based on tracking data
|
||||
Calculate object based on tracking data.
|
||||
|
||||
Args:
|
||||
im0 (nd array): Image
|
||||
tracks (list): List of tracks obtained from the object tracking process.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue