ultralytics 8.2.57 new Solutions Tests and Docs (#14408)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
100a73b6e9
commit
c67a3039c1
12 changed files with 143 additions and 50 deletions
|
|
@ -24,7 +24,7 @@ class DistanceCalculation:
|
|||
Initializes the DistanceCalculation class with the given parameters.
|
||||
|
||||
Args:
|
||||
names (dict): Dictionary mapping class indices to class names.
|
||||
names (dict): Dictionary of classes names.
|
||||
pixels_per_meter (int, optional): Conversion factor from pixels to meters. Defaults to 10.
|
||||
view_img (bool, optional): Flag to indicate if the video stream should be displayed. Defaults to False.
|
||||
line_thickness (int, optional): Thickness of the lines drawn on the image. Defaults to 2.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue