diff --git a/docker/Dockerfile-jetson b/docker/Dockerfile-jetson
index 6528628ad1..04dc64f32d 100644
--- a/docker/Dockerfile-jetson
+++ b/docker/Dockerfile-jetson
@@ -28,8 +28,8 @@ RUN grep -v "opencv-python" pyproject.toml > temp.toml && mv temp.toml pyproject
# Install pip packages manually for TensorRT compatibility https://github.com/NVIDIA/TensorRT/issues/2567
RUN python3 -m pip install --upgrade pip wheel
-RUN pip install --no-cache tqdm matplotlib pyyaml psutil pandas onnx "numpy==1.23"
-RUN pip install --no-cache -e .
+RUN pip install --no-cache tqdm matplotlib pyyaml psutil pandas onnx
+RUN pip install --no-cache -e ".[export]"
# Set environment variables
ENV OMP_NUM_THREADS=1
diff --git a/docs/en/guides/index.md b/docs/en/guides/index.md
index 62c2ccb048..0dd5f9db17 100644
--- a/docs/en/guides/index.md
+++ b/docs/en/guides/index.md
@@ -35,6 +35,7 @@ Here's a compilation of in-depth guides to help you master different aspects of
- [Conda Quickstart](conda-quickstart.md) 🚀 NEW: Step-by-step guide to setting up a [Conda](https://anaconda.org/conda-forge/ultralytics) environment for Ultralytics. Learn how to install and start using the Ultralytics package efficiently with Conda.
- [Docker Quickstart](docker-quickstart.md) 🚀 NEW: Complete guide to setting up and using Ultralytics YOLO models with [Docker](https://hub.docker.com/r/ultralytics/ultralytics). Learn how to install Docker, manage GPU support, and run YOLO models in isolated containers for consistent development and deployment.
- [Raspberry Pi](raspberry-pi.md) 🚀 NEW: Quickstart tutorial to run YOLO models to the latest Raspberry Pi hardware.
+- [Nvidia-Jetson](nvidia-jetson.md)🚀 NEW: Quickstart guide for deploying YOLO models on Nvidia Jetson devices.
- [Triton Inference Server Integration](triton-inference-server.md) 🚀 NEW: Dive into the integration of Ultralytics YOLOv8 with NVIDIA's Triton Inference Server for scalable and efficient deep learning inference deployments.
- [YOLO Thread-Safe Inference](yolo-thread-safe-inference.md) 🚀 NEW: Guidelines for performing inference with YOLO models in a thread-safe manner. Learn the importance of thread safety and best practices to prevent race conditions and ensure consistent predictions.
- [Isolating Segmentation Objects](isolating-segmentation-objects.md) 🚀 NEW: Step-by-step recipe and explanation on how to extract and/or isolate objects from images using Ultralytics Segmentation.
@@ -55,6 +56,7 @@ Here's a compilation of in-depth guides to help you master different aspects of
- [VisionEye View Objects Mapping](vision-eye.md) 🚀 NEW: This feature aim computers to discern and focus on specific objects, much like the way the human eye observes details from a particular viewpoint.
- [Speed Estimation](speed-estimation.md) 🚀 NEW: Speed estimation in computer vision relies on analyzing object motion through techniques like [object tracking](https://docs.ultralytics.com/modes/track/), crucial for applications like autonomous vehicles and traffic monitoring.
- [Distance Calculation](distance-calculation.md) 🚀 NEW: Distance calculation, which involves measuring the separation between two objects within a defined space, is a crucial aspect. In the context of Ultralytics YOLOv8, the method employed for this involves using the bounding box centroid to determine the distance associated with user-highlighted bounding boxes.
+- [Queue Management](queue-management.md) 🚀 NEW: Queue management is the practice of efficiently controlling and directing the flow of people or tasks, often through strategic planning and technology implementation, to minimize wait times and improve overall productivity.
## Contribute to Our Guides
diff --git a/docs/en/guides/nvidia-jetson.md b/docs/en/guides/nvidia-jetson.md
new file mode 100644
index 0000000000..5e2597cdd5
--- /dev/null
+++ b/docs/en/guides/nvidia-jetson.md
@@ -0,0 +1,252 @@
+---
+comments: true
+description: Quick start guide to setting up YOLOv8 on a NVIDIA Jetson device with comprehensive benchmarks.
+keywords: Ultralytics, YOLO, NVIDIA, Jetson, TensorRT, quick start guide, hardware setup, machine learning, AI
+---
+
+# Quick Start Guide: NVIDIA Jetson with Ultralytics YOLOv8
+
+This comprehensive guide provides a detailed walkthrough for deploying Ultralytics YOLOv8 on [NVIDIA Jetson](https://www.nvidia.com/en-us/autonomous-machines/embedded-systems/) devices. Additionally, it showcases performance benchmarks to demonstrate the capabilities of YOLOv8 on these small and powerful devices.
+
+
+
+!!! Note
+
+ This guide has been tested with [Seeed Studio reComputer J4012](https://www.seeedstudio.com/reComputer-J4012-p-5586.html) which is based on NVIDIA Jetson Orin NX 16GB running the latest stable JetPack release of [JP5.1.3](https://developer.nvidia.com/embedded/jetpack-sdk-513). Using this guide for older Jetson devices such as the Jetson Nano (this only supports until JP4.6.4) may not be guaranteed to work. However this is expected to work on all Jetson Orin, Xavier NX, AGX Xavier devices running JP5.1.3.
+
+## What is NVIDIA Jetson?
+
+NVIDIA Jetson is a series of embedded computing boards designed to bring accelerated AI (artificial intelligence) computing to edge devices. These compact and powerful devices are built around NVIDIA's GPU architecture and are capable of running complex AI algorithms and deep learning models directly on the device, without needing to rely on cloud computing resources. Jetson boards are often used in robotics, autonomous vehicles, industrial automation, and other applications where AI inference needs to be performed locally with low latency and high efficiency. Additionally these boards are based on the ARM64 architecture and runs on lower power compared to traditional GPU computing devices.
+
+## NVIDIA Jetson Series Comparison
+
+[Jetson Orin](https://www.nvidia.com/en-us/autonomous-machines/embedded-systems/jetson-orin/) is the latest iteration of the NVIDIA Jetson family based on NVIDIA Ampere architecture which brings drastically improved AI performance when compared to the previous generations. Below table compared few of the Jetson devices in the ecosystem.
+
+| | Jetson AGX Orin 64GB | Jetson Orin NX 16GB | Jetson Orin Nano 8GB | Jetson AGX Xavier | Jetson Xavier NX | Jetson Nano |
+|-------------------|------------------------------------------------------------------|-----------------------------------------------------------------|---------------------------------------------------------------|-------------------------------------------------------------|--------------------------------------------------------------|---------------------------------------------|
+| AI Performance | 275 TOPS | 100 TOPS | 40 TOPs | 32 TOPS | 21 TOPS | 472 GFLOPS |
+| GPU | 2048-core NVIDIA Ampere architecture GPU with 64 Tensor Cores | 1024-core NVIDIA Ampere architecture GPU with 32 Tensor Cores | 1024-core NVIDIA Ampere architecture GPU with 32 Tensor Cores | 512-core NVIDIA Volta architecture GPU with 64 Tensor Cores | 384-core NVIDIA Voltaâ„¢ architecture GPU with 48 Tensor Cores | 128-core NVIDIA Maxwellâ„¢ architecture GPU |
+| GPU Max Frequency | 1.3 GHz | 918 MHz | 625 MHz | 1377 MHz | 1100 MHz | 921MHz |
+| CPU | 12-core NVIDIA Arm® Cortex A78AE v8.2 64-bit CPU 3MB L2 + 6MB L3 | 8-core NVIDIA Arm® Cortex A78AE v8.2 64-bit CPU 2MB L2 + 4MB L3 | 6-core Arm® Cortex®-A78AE v8.2 64-bit CPU 1.5MB L2 + 4MB L3 | 8-core NVIDIA Carmel Arm®v8.2 64-bit CPU 8MB L2 + 4MB L3 | 6-core NVIDIA Carmel Arm®v8.2 64-bit CPU 6MB L2 + 4MB L3 | Quad-Core Arm® Cortex®-A57 MPCore processor |
+| CPU Max Frequency | 2.2 GHz | 2.0 GHz | 1.5 GHz | 2.2 GHz | 1.9 GHz | 1.43GHz |
+| Memory | 64GB 256-bit LPDDR5 204.8GB/s | 16GB 128-bit LPDDR5 102.4GB/s | 8GB 128-bit LPDDR5 68 GB/s | 32GB 256-bit LPDDR4x 136.5GB/s | 8GB 128-bit LPDDR4x 59.7GB/s | 4GB 64-bit LPDDR4 25.6GB/s" |
+
+For a more detailed comparison table, please visit the **Technical Specifications** section of [official NVIDIA Jetson page](https://developer.nvidia.com/embedded/jetson-modules).
+
+## What is NVIDIA JetPack?
+
+[NVIDIA JetPack SDK](https://developer.nvidia.com/embedded/jetpack) powering the Jetson modules is the most comprehensive solution and provides full development environment for building end-to-end accelerated AI applications and shortens time to market. JetPack includes Jetson Linux with bootloader, Linux kernel, Ubuntu desktop environment, and a complete set of libraries for acceleration of GPU computing, multimedia, graphics, and computer vision. It also includes samples, documentation, and developer tools for both host computer and developer kit, and supports higher level SDKs such as DeepStream for streaming video analytics, Isaac for robotics, and Riva for conversational AI.
+
+## Flash JetPack to NVIDIA Jetson
+
+The first step after getting your hands on an NVIDIA Jetson device is to flash NVIDIA JetPack to the device. There are several different way of flashing NVIDIA Jetson devices.
+
+1. If you own an official NVIDIA Development Kit such as the Jetson Orin Nano Developer Kit, you can visit [this link](https://developer.nvidia.com/embedded/learn/get-started-jetson-orin-nano-devkit) to download an image and prepare an SD card with JetPack for booting the device.
+2. If you own any other NVIDIA Development Kit, you can visit [this link](https://docs.nvidia.com/sdk-manager/install-with-sdkm-jetson/index.html) to flash JetPack to the device using [SDK Manager](https://developer.nvidia.com/sdk-manager).
+3. If you own a Seeed Studio reComputer J4012 device, you can visit [this link](https://wiki.seeedstudio.com/reComputer_J4012_Flash_Jetpack) to flash JetPack to the included SSD.
+4. If you own any other third party device powered by the NVIDIA Jetson module, it is recommended to follow command-line flashing by visiting [this link](https://docs.nvidia.com/jetson/archives/r35.5.0/DeveloperGuide/IN/QuickStart.html).
+
+!!! Note
+
+ For methods 3 and 4 above, after flashing the system and booting the device, please enter "sudo apt update && sudo apt install nvidia-jetpack -y" on the device terminal to install all the remaining JetPack components needed.
+
+## Start with Docker
+
+The fastest way to get started with Ultralytics YOLOv8 on NVIDIA Jetson is to run with pre-built docker image for Jetson.
+
+Execute the below command to pull the Docker containter and run on Jetson. This is based on [l4t-pytorch](https://catalog.ngc.nvidia.com/orgs/nvidia/containers/l4t-pytorch) docker image which contains PyTorch and Torchvision in a Python3 environment.
+
+```sh
+t=ultralytics/ultralytics:latest-jetson && sudo docker pull $t && sudo docker run -it --ipc=host --runtime=nvidia $t
+```
+
+## Start without Docker
+
+### Install Ultralytics Package
+
+Here we will install ultralyics package on the Jetson with optional dependencies so that we can export the PyTorch models to other different formats. We will mainly focus on [NVIDIA TensorRT exports](https://docs.ultralytics.com/integrations/tensorrt) because TensoRT will make sure we can get the maximum performance out of the Jetson devices.
+
+1. Update packages list, install pip and upgrade to latest
+```sh
+sudo apt update
+sudo apt install python3-pip -y
+pip install -U pip
+```
+
+2. Install `ultralytics` pip package with optional dependencies
+```sh
+pip install ultralytics[export]
+```
+
+3. Reboot the device
+```sh
+sudo reboot
+```
+
+### Install PyTorch and Torchvision
+
+The above ultralytics installation will install Torch and Torchvision. However, these 2 packages installed via pip are not compatible to run on Jetson platform which is based on ARM64 architecture. Therefore we need to manually install pre-built PyTorch pip wheel and compile/ install Torchvision from source.
+
+1. Uninstall currently installed PyTorch and Torchvision
+```sh
+pip uninstall torch torchvision
+```
+
+2. Install PyTorch 2.1.0 according to JP5.1.3
+```sh
+sudo apt-get install -y libopenblas-base libopenmpi-dev
+wget https://developer.download.nvidia.com/compute/redist/jp/v512/pytorch/torch-2.1.0a0+41361538.nv23.06-cp38-cp38-linux_aarch64.whl -O torch-2.1.0a0+41361538.nv23.06-cp38-cp38-linux_aarch64.whl
+pip install torch-2.1.0a0+41361538.nv23.06-cp38-cp38-linux_aarch64.whl
+```
+
+3. Install Torchvision v0.16.2 according to PyTorch v2.1.0
+```sh
+sudo apt install -y libjpeg-dev zlib1g-dev
+git clone https://github.com/pytorch/vision torchvision
+cd torchvision
+git checkout v0.16.2
+python3 setup.py install --user
+```
+
+Visit [this page](https://forums.developer.nvidia.com/t/pytorch-for-jetson/72048) to access all different versions of PyTorch for different JetPack versions. For a more detailed list on the PyTorch, Torchvision compatibility, please check [here](https://github.com/pytorch/vision).
+
+## Use TensorRT on NVIDIA Jetson
+
+Out of all the model export formats supported by Ultralytics, TensorRT delivers the best inference performance when working with NVIDIA Jetson devices and our recommendation is to use TensorRT with Jetson. We also have a detailed document on TensorRT [here](https://docs.ultralytics.com/integrations/tensorrt).
+
+## Convert Model to TensorRT and Run Inference
+
+The YOLOv8n model in PyTorch format is converted to TensorRT to run inference with the exported model.
+
+!!! Example
+
+ === "Python"
+
+ ```python
+ from ultralytics import YOLO
+
+ # Load a YOLOv8n PyTorch model
+ model = YOLO('yolov8n.pt')
+
+ # Export the model
+ model.export(format='engine') # creates 'yolov8n.engine'
+
+ # Load the exported TensorRT model
+ trt_model = YOLO('yolov8n.engine')
+
+ # Run inference
+ results = trt_model('https://ultralytics.com/images/bus.jpg')
+ ```
+ === "CLI"
+
+ ```bash
+ # Export a YOLOv8n PyTorch model to TensorRT format
+ yolo export model=yolov8n.pt format=engine # creates 'yolov8n.engine'
+
+ # Run inference with the exported model
+ yolo predict model=yolov8n.engine source='https://ultralytics.com/images/bus.jpg'
+ ```
+
+## Arguments
+
+| Key | Value | Description |
+|----------|--------------|------------------------------------------------------|
+| `format` | `'engine'` | format to export to |
+| `imgsz` | `640` | image size as scalar or (h, w) list, i.e. (640, 480) |
+| `half` | `False` | FP16 quantization |
+
+## NVIDIA Jetson Orin YOLOv8 Benchmarks
+
+YOLOv8 benchmarks below were run by the Ultralytics team on 3 different model formats measuring speed and accuracy: PyTorch, TorchScript and TensorRT. Benchmarks were run on Seeed Studio reComputer J4012 powered by Jetson Orin NX 16GB device at FP32 precision with default input image size of 640.
+
+
+
+
+
+| Model | Format | Status | Size (MB) | mAP50-95(B) | Inference time (ms/im) |
+|---------|-------------|--------|-----------|-------------|------------------------|
+| YOLOv8n | PyTorch | ✅ | 6.2 | 0.4473 | 14.3 |
+| YOLOv8n | TorchScript | ✅ | 12.4 | 0.4520 | 13.3 |
+| YOLOv8n | TensorRT | ✅ | 13.6 | 0.4520 | 8.7 |
+| YOLOv8s | PyTorch | ✅ | 21.5 | 0.5868 | 18 |
+| YOLOv8s | TorchScript | ✅ | 43.0 | 0.5971 | 23.9 |
+| YOLOv8s | TensorRT | ✅ | 44.0 | 0.5965 | 14.82 |
+| YOLOv8m | PyTorch | ✅ | 49.7 | 0.6101 | 36.4 |
+| YOLOv8m | TorchScript | ✅ | 99.2 | 0.6125 | 53.34 |
+| YOLOv8m | TensorRT | ✅ | 100.3 | 0.6123 | 33.28 |
+| YOLOv8l | PyTorch | ✅ | 83.7 | 0.6588 | 61.3 |
+| YOLOv8l | TorchScript | ✅ | 167.2 | 0.6587 | 85.21 |
+| YOLOv8l | TensorRT | ✅ | 168.3 | 0.6591 | 51.34 |
+| YOLOv8x | PyTorch | ✅ | 130.5 | 0.6650 | 93 |
+| YOLOv8x | TorchScript | ✅ | 260.7 | 0.6651 | 135.3 |
+| YOLOv8x | TensorRT | ✅ | 261.8 | 0.6645 | 84.5 |
+
+This table represents the benchmark results for five different models (YOLOv8n, YOLOv8s, YOLOv8m, YOLOv8l, YOLOv8x) across three different formats (PyTorch, TorchScript, TensorRT), giving us the status, size, mAP50-95(B) metric, and inference time for each combination.
+
+Visit [this link](https://www.seeedstudio.com/blog/2023/03/30/yolov8-performance-benchmarks-on-nvidia-jetson-devices) to explore more benchmarking efforts by Seeed Studio running on different versions of NVIDIA Jetson hardware.
+
+
+## Reproduce Our Results
+
+To reproduce the above Ultralytics benchmarks on all export [formats](../modes/export.md) run this code:
+
+!!! Example
+
+ === "Python"
+
+ ```python
+ from ultralytics import YOLO
+
+ # Load a YOLOv8n PyTorch model
+ model = YOLO('yolov8n.pt')
+
+ # Benchmark YOLOv8n speed and accuracy on the COCO128 dataset for all all export formats
+ results = model.benchmarks(data='coco128.yaml', imgsz=640)
+ ```
+ === "CLI"
+
+ ```bash
+ # Benchmark YOLOv8n speed and accuracy on the COCO128 dataset for all all export formats
+ yolo benchmark model=yolov8n.pt data=coco128.yaml imgsz=640
+ ```
+
+ Note that benchmarking results might vary based on the exact hardware and software configuration of a system, as well as the current workload of the system at the time the benchmarks are run. For the most reliable results use a dataset with a large number of images, i.e. `data='coco128.yaml' (128 val images), or `data='coco.yaml'` (5000 val images).
+
+
+!!! Note
+
+ Currently only PyTorch, Torchscript and TensorRT are working with the benchmarking tools. We will update it to support other exports in the future.
+
+## Best Practices when using NVIDIA Jetson
+
+When using NVIDIA Jetson, there are a couple of best practices to follow in order to enable maximum performance on the NVIDIA Jetson running YOLOv8.
+
+1. Enable MAX Power Mode
+
+ Enabling MAX Power Mode on the Jetson will make sure all CPU, GPU cores are turned on.
+ ```sh
+ sudo nvpmodel -m 0
+ ```
+
+2. Enable Jetson Clocks
+
+ Enabling Jetson Clocks will make sure all CPU, GPU cores are clocked at their maximum frequency.
+ ```sh
+ sudo jetson_clocks
+ ```
+
+3. Install Jetson Stats Application
+
+ We can use jetson stats application to monitor the temperatures of the system components and check other system details such as view CPU, GPU, RAM utilizations, change power modes, set to max clocks, check JetPack information
+ ```sh
+ sudo apt update
+ sudo pip install jetson-stats
+ sudo reboot
+ jtop
+ ```
+
+
+
+## Next Steps
+
+Congratulations on successfully setting up YOLOv8 on your NVIDIA Jetson! For further learning and support, visit more guide at [Ultralytics YOLOv8 Docs](../)!
\ No newline at end of file
diff --git a/docs/en/guides/queue-management.md b/docs/en/guides/queue-management.md
new file mode 100644
index 0000000000..9e72fd25ff
--- /dev/null
+++ b/docs/en/guides/queue-management.md
@@ -0,0 +1,154 @@
+---
+comments: true
+description: Queue Management Using Ultralytics YOLOv8
+keywords: Ultralytics, YOLOv8, Queue Management, Object Counting, Object Tracking, Object Detection, Notebook, IPython Kernel, CLI, Python SDK
+---
+
+# Queue Management using Ultralytics YOLOv8 🚀
+
+## What is Queue Management?
+
+Queue management using [Ultralytics YOLOv8](https://github.com/ultralytics/ultralytics/) involves organizing and controlling lines of people or vehicles to reduce wait times and enhance efficiency. It's about optimizing queues to improve customer satisfaction and system performance in various settings like retail, banks, airports, and healthcare facilities.
+
+
+## Advantages of Queue Management?
+
+- **Reduced Waiting Times:** Queue management systems efficiently organize queues, minimizing wait times for customers. This leads to improved satisfaction levels as customers spend less time waiting and more time engaging with products or services.
+- **Increased Efficiency:** Implementing queue management allows businesses to allocate resources more effectively. By analyzing queue data and optimizing staff deployment, businesses can streamline operations, reduce costs, and improve overall productivity.
+
+## Real World Applications
+
+| Logistics | Retail |
+|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------------------:|
+| ![Queue management at airport ticket counter using Ultralytics YOLOv8](https://github.com/RizwanMunawar/RizwanMunawar/assets/62513924/10487e76-bf60-4a9c-a0f3-5a75a05fa7a3) | ![Queue monitoring in crowd using Ultralytics YOLOv8](https://github.com/RizwanMunawar/RizwanMunawar/assets/62513924/dcc6d2ca-5576-434d-83c6-e57fe07bc693) |
+| Queue management at airport ticket counter Using Ultralytics YOLOv8 | Queue monitoring in crowd Ultralytics YOLOv8 |
+
+
+!!! Example "Queue Management using YOLOv8 Example"
+
+ === "Queue Manager"
+
+ ```python
+ import cv2
+ from ultralytics import YOLO
+ from ultralytics.solutions import queue_management
+
+ model = YOLO("yolov8n.pt")
+ cap = cv2.VideoCapture("path/to/video/file.mp4")
+
+ assert cap.isOpened(), "Error reading video file"
+ w, h, fps = (int(cap.get(x)) for x in (cv2.CAP_PROP_FRAME_WIDTH,
+ cv2.CAP_PROP_FRAME_HEIGHT,
+ cv2.CAP_PROP_FPS))
+
+ video_writer = cv2.VideoWriter("queue_management.avi",
+ cv2.VideoWriter_fourcc(*'mp4v'),
+ fps,
+ (w, h))
+
+ queue_region = [(20, 400), (1080, 404), (1080, 360), (20, 360)]
+
+ queue = queue_management.QueueManager()
+ queue.set_args(classes_names=model.names,
+ reg_pts=queue_region,
+ line_thickness=3,
+ fontsize=1.0,
+ region_color=(255, 144, 31))
+
+ while cap.isOpened():
+ success, im0 = cap.read()
+
+ if success:
+ tracks = model.track(im0, show=False, persist=True,
+ verbose=False)
+ out = queue.process_queue(im0, tracks)
+
+ video_writer.write(im0)
+ if cv2.waitKey(1) & 0xFF == ord('q'):
+ break
+ continue
+
+ print("Video frame is empty or video processing has been successfully completed.")
+ break
+
+ cap.release()
+ cv2.destroyAllWindows()
+ ```
+
+ === "Queue Manager Specific Classes"
+
+ ```python
+ import cv2
+ from ultralytics import YOLO
+ from ultralytics.solutions import queue_management
+
+ model = YOLO("yolov8n.pt")
+ cap = cv2.VideoCapture("path/to/video/file.mp4")
+
+ assert cap.isOpened(), "Error reading video file"
+ w, h, fps = (int(cap.get(x)) for x in (cv2.CAP_PROP_FRAME_WIDTH,
+ cv2.CAP_PROP_FRAME_HEIGHT,
+ cv2.CAP_PROP_FPS))
+
+ video_writer = cv2.VideoWriter("queue_management.avi",
+ cv2.VideoWriter_fourcc(*'mp4v'),
+ fps,
+ (w, h))
+
+ queue_region = [(20, 400), (1080, 404), (1080, 360), (20, 360)]
+
+ queue = queue_management.QueueManager()
+ queue.set_args(classes_names=model.names,
+ reg_pts=queue_region,
+ line_thickness=3,
+ fontsize=1.0,
+ region_color=(255, 144, 31))
+
+ while cap.isOpened():
+ success, im0 = cap.read()
+
+ if success:
+ tracks = model.track(im0, show=False, persist=True,
+ verbose=False, classes=0) # Only person class
+ out = queue.process_queue(im0, tracks)
+
+ video_writer.write(im0)
+ if cv2.waitKey(1) & 0xFF == ord('q'):
+ break
+ continue
+
+ print("Video frame is empty or video processing has been successfully completed.")
+ break
+
+ cap.release()
+ cv2.destroyAllWindows()
+ ```
+
+### Optional Arguments `set_args`
+
+| Name | Type | Default | Description |
+|-----------------------|-------------|----------------------------|---------------------------------------------|
+| `view_img` | `bool` | `False` | Display frames with counts |
+| `view_queue_counts` | `bool` | `True` | Display Queue counts only on video frame |
+| `line_thickness` | `int` | `2` | Increase bounding boxes thickness |
+| `reg_pts` | `list` | `[(20, 400), (1260, 400)]` | Points defining the Region Area |
+| `classes_names` | `dict` | `model.model.names` | Dictionary of Class Names |
+| `region_color` | `RGB Color` | `(255, 0, 255)` | Color of the Object counting Region or Line |
+| `track_thickness` | `int` | `2` | Thickness of Tracking Lines |
+| `draw_tracks` | `bool` | `False` | Enable drawing Track lines |
+| `track_color` | `RGB Color` | `(0, 255, 0)` | Color for each track line |
+| `count_txt_color` | `RGB Color` | `(255, 255, 255)` | Foreground color for Object counts text |
+| `region_thickness` | `int` | `5` | Thickness for object counter region or line |
+| `fontsize` | `float` | `0.6` | Font size of counting text |
+
+### Arguments `model.track`
+
+| Name | Type | Default | Description |
+|-----------|---------|----------------|-------------------------------------------------------------|
+| `source` | `im0` | `None` | source directory for images or videos |
+| `persist` | `bool` | `False` | persisting tracks between frames |
+| `tracker` | `str` | `botsort.yaml` | Tracking method 'bytetrack' or 'botsort' |
+| `conf` | `float` | `0.3` | Confidence Threshold |
+| `iou` | `float` | `0.5` | IOU Threshold |
+| `classes` | `list` | `None` | filter results by class, i.e. classes=0, or classes=[0,2,3] |
+| `verbose` | `bool` | `True` | Display the object tracking results |
diff --git a/mkdocs.yml b/mkdocs.yml
index fcbe490b0e..594cc6a012 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -300,6 +300,7 @@ nav:
- Conda Quickstart: guides/conda-quickstart.md
- Docker Quickstart: guides/docker-quickstart.md
- Raspberry Pi: guides/raspberry-pi.md
+ - NVIDIA Jetson: guides/nvidia-jetson.md
- Triton Inference Server: guides/triton-inference-server.md
- Isolating Segmentation Objects: guides/isolating-segmentation-objects.md
- Edge TPU on Raspberry Pi: guides/coral-edge-tpu-on-raspberry-pi.md
@@ -317,6 +318,7 @@ nav:
- VisionEye Mapping: guides/vision-eye.md
- Speed Estimation: guides/speed-estimation.md
- Distance Calculation: guides/distance-calculation.md
+ - Queue Management: guides/queue-management.md
- YOLOv5:
- yolov5/index.md
- Quickstart: yolov5/quickstart_tutorial.md
diff --git a/pyproject.toml b/pyproject.toml
index d42c38059f..535baf6bbd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -101,6 +101,7 @@ export = [
"openvino>=2024.0.0", # OpenVINO export
"tensorflow<=2.13.1; python_version <= '3.11'", # TF bug https://github.com/ultralytics/ultralytics/issues/5161
"tensorflowjs>=3.9.0; python_version <= '3.11'", # TF.js export, automatically installs tensorflow
+ "numpy==1.23.5; platform_machine == 'aarch64'", # Fix error: `np.bool` was a deprecated alias for the builtin `bool` when using TensorRT models on NVIDIA Jetson
]
explorer = [
"lancedb", # vector search
diff --git a/ultralytics/solutions/queue_management.py b/ultralytics/solutions/queue_management.py
new file mode 100644
index 0000000000..ca8db49dbf
--- /dev/null
+++ b/ultralytics/solutions/queue_management.py
@@ -0,0 +1,187 @@
+# Ultralytics YOLO 🚀, AGPL-3.0 license
+
+from collections import defaultdict
+
+import cv2
+
+from ultralytics.utils.checks import check_imshow, check_requirements
+from ultralytics.utils.plotting import Annotator, colors
+
+check_requirements("shapely>=2.0.0")
+
+from shapely.geometry import Point, Polygon
+
+
+class QueueManager:
+ """A class to manage the queue management in real-time video stream based on their tracks."""
+
+ def __init__(self):
+ """Initializes the queue manager with default values for various tracking and counting parameters."""
+
+ # Mouse events
+ self.is_drawing = False
+ self.selected_point = None
+
+ # Region & Line Information
+ self.reg_pts = [(20, 60), (20, 680), (1120, 680), (1120, 60)]
+ self.counting_region = None
+ self.region_color = (255, 0, 255)
+ self.region_thickness = 5
+
+ # Image and annotation Information
+ self.im0 = None
+ self.tf = None
+ self.view_img = False
+ self.view_queue_counts = True
+ self.fontsize = 0.6
+
+ self.names = None # Classes names
+ self.annotator = None # Annotator
+ self.window_name = "Ultralytics YOLOv8 Queue Manager"
+
+ # Object counting Information
+ self.counts = 0
+ self.count_txt_color = (255, 255, 255)
+
+ # Tracks info
+ self.track_history = defaultdict(list)
+ self.track_thickness = 2
+ self.draw_tracks = False
+ self.track_color = None
+
+ # Check if environment support imshow
+ self.env_check = check_imshow(warn=True)
+
+ def set_args(
+ self,
+ classes_names,
+ reg_pts,
+ line_thickness=2,
+ track_thickness=2,
+ view_img=False,
+ region_color=(255, 0, 255),
+ view_queue_counts=True,
+ draw_tracks=False,
+ count_txt_color=(255, 255, 255),
+ track_color=None,
+ region_thickness=5,
+ fontsize=0.7,
+ ):
+ """
+ Configures the Counter's image, bounding box line thickness, and counting region points.
+
+ Args:
+ line_thickness (int): Line thickness for bounding boxes.
+ view_img (bool): Flag to control whether to display the video stream.
+ view_queue_counts (bool): Flag to control whether to display the counts on video stream.
+ reg_pts (list): Initial list of points defining the counting region.
+ classes_names (dict): Classes names
+ region_color (RGB color): Color of queue region
+ track_thickness (int): Track thickness
+ draw_tracks (Bool): draw tracks
+ count_txt_color (RGB color): count text color value
+ track_color (RGB color): color for tracks
+ region_thickness (int): Object counting Region thickness
+ fontsize (float): Text display font size
+ """
+ self.tf = line_thickness
+ self.view_img = view_img
+ self.view_queue_counts = view_queue_counts
+ self.track_thickness = track_thickness
+ self.draw_tracks = draw_tracks
+ self.region_color = region_color
+
+ if len(reg_pts) >= 3:
+ print("Queue region initiated...")
+ self.reg_pts = reg_pts
+ self.counting_region = Polygon(self.reg_pts)
+ else:
+ print("Invalid region points provided...")
+ print("Using default region now....")
+ self.counting_region = Polygon(self.reg_pts)
+
+ self.names = classes_names
+ self.track_color = track_color
+ self.count_txt_color = count_txt_color
+ self.region_thickness = region_thickness
+ self.fontsize = fontsize
+
+ def extract_and_process_tracks(self, tracks):
+ """Extracts and processes tracks for queue management in a video stream."""
+
+ # Annotator Init and queue region drawing
+ self.annotator = Annotator(self.im0, self.tf, self.names)
+
+ if tracks[0].boxes.id is not None:
+ boxes = tracks[0].boxes.xyxy.cpu()
+ clss = tracks[0].boxes.cls.cpu().tolist()
+ track_ids = tracks[0].boxes.id.int().cpu().tolist()
+
+ # Extract tracks
+ for box, track_id, cls in zip(boxes, track_ids, clss):
+ # Draw bounding box
+ self.annotator.box_label(box, label=f"{self.names[cls]}#{track_id}", color=colors(int(track_id), True))
+
+ # Draw Tracks
+ track_line = self.track_history[track_id]
+ track_line.append((float((box[0] + box[2]) / 2), float((box[1] + box[3]) / 2)))
+ if len(track_line) > 30:
+ track_line.pop(0)
+
+ # Draw track trails
+ if self.draw_tracks:
+ self.annotator.draw_centroid_and_tracks(
+ track_line,
+ color=self.track_color if self.track_color else colors(int(track_id), True),
+ track_thickness=self.track_thickness,
+ )
+
+ prev_position = self.track_history[track_id][-2] if len(self.track_history[track_id]) > 1 else None
+
+ if len(self.reg_pts) >= 3:
+ is_inside = self.counting_region.contains(Point(track_line[-1]))
+ if prev_position is not None and is_inside:
+ self.counts += 1
+
+ label = "Queue Counts : " + str(self.counts)
+
+ if label is not None:
+ self.annotator.queue_counts_display(
+ label,
+ points=self.reg_pts,
+ region_color=self.region_color,
+ txt_color=self.count_txt_color,
+ fontsize=self.fontsize,
+ )
+
+ self.counts = 0
+ self.display_frames()
+
+ def display_frames(self):
+ """Display frame."""
+ if self.env_check:
+ self.annotator.draw_region(reg_pts=self.reg_pts, thickness=self.region_thickness, color=self.region_color)
+ cv2.namedWindow(self.window_name)
+ cv2.imshow(self.window_name, self.im0)
+ # Break Window
+ if cv2.waitKey(1) & 0xFF == ord("q"):
+ return
+
+ def process_queue(self, im0, tracks):
+ """
+ Main function to start the queue management process.
+
+ Args:
+ im0 (ndarray): Current frame from the video stream.
+ tracks (list): List of tracks obtained from the object tracking process.
+ """
+ self.im0 = im0 # store image
+ self.extract_and_process_tracks(tracks) # draw region even if no objects
+
+ if self.view_img:
+ self.display_frames()
+ return self.im0
+
+
+if __name__ == "__main__":
+ QueueManager()
diff --git a/ultralytics/utils/plotting.py b/ultralytics/utils/plotting.py
index 818464d0c5..aed53b8654 100644
--- a/ultralytics/utils/plotting.py
+++ b/ultralytics/utils/plotting.py
@@ -363,6 +363,37 @@ class Annotator:
cv2.polylines(self.im, [points], isClosed=False, color=color, thickness=track_thickness)
cv2.circle(self.im, (int(track[-1][0]), int(track[-1][1])), track_thickness * 2, color, -1)
+ def queue_counts_display(self, label, points=None, region_color=(255, 255, 255), txt_color=(0, 0, 0), fontsize=0.7):
+ x_values = [point[0] for point in points]
+ y_values = [point[1] for point in points]
+ center_x = sum(x_values) // len(points)
+ center_y = sum(y_values) // len(points)
+
+ text_size = cv2.getTextSize(label, cv2.FONT_HERSHEY_SIMPLEX, fontScale=fontsize, thickness=self.tf)[0]
+ text_width = text_size[0]
+ text_height = text_size[1]
+
+ rect_width = text_width + 20
+ rect_height = text_height + 20
+ rect_top_left = (center_x - rect_width // 2, center_y - rect_height // 2)
+ rect_bottom_right = (center_x + rect_width // 2, center_y + rect_height // 2)
+ cv2.rectangle(self.im, rect_top_left, rect_bottom_right, region_color, -1)
+
+ text_x = center_x - text_width // 2
+ text_y = center_y + text_height // 2
+
+ # Draw text
+ cv2.putText(
+ self.im,
+ label,
+ (text_x, text_y),
+ cv2.FONT_HERSHEY_SIMPLEX,
+ fontScale=fontsize,
+ color=txt_color,
+ thickness=self.tf,
+ lineType=cv2.LINE_AA,
+ )
+
def display_counts(
self, counts=None, tf=2, fontScale=0.6, line_color=(0, 0, 0), txt_color=(255, 255, 255), classwise_txtgap=55
):