Update queue-management solution (#16772)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
094faeb722
commit
6509757879
5 changed files with 80 additions and 152 deletions
|
|
@ -116,7 +116,7 @@ class ObjectCounter(BaseSolution):
|
|||
self.store_tracking_history(track_id, box) # Store track history
|
||||
self.store_classwise_counts(cls) # store classwise counts in dict
|
||||
|
||||
# Draw centroid of objects
|
||||
# Draw tracks of objects
|
||||
self.annotator.draw_centroid_and_tracks(
|
||||
self.track_line, color=colors(int(track_id), True), track_thickness=self.line_width
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue