Reference for ultralytics/solutions/queue_management.py
Note
This file is available at https://github.com/ultralytics/ultralytics/blob/main/ultralytics/solutions/queue_management.py. If you spot a problem please help fix it by contributing a Pull Request 🛠️. Thank you 🙏!
ultralytics.solutions.queue_management.QueueManager
Bases: BaseSolution
A class to manage the queue in a real-time video stream based on object tracks.
Source code in ultralytics/solutions/queue_management.py
process_queue
Main function to start the queue management process.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
im0 |
ndarray
|
The input image that will be used for processing |
required |
Returns im0 (ndarray): The processed image for more usage
Source code in ultralytics/solutions/queue_management.py
📅 Created 6 months ago
✏️ Updated 28 days ago