`Yolo11 `_ ====================================================== .. _yolo_models: Introduction ------------ YOLOv11 is a state-of-the-art object detection model that builds upon the YOLO (You Only Look Once) architecture. It is designed to be fast and efficient while maintaining high accuracy in detecting objects in images and videos. Available NPU Models -------------------- yolo11n ~~~~~~~ **Support Platforms**: LLM630 Compute Kit, Module LLM, and Module LLM Kit - The model supports object detection tasks with high accuracy and speed. Install """"""" .. code-block:: shell apt install llm-model-yolo11n **Manual installation:** `Click here to download llm-model-yolo11n `_ yolo11n-seg ~~~~~~~~~~~ **Support Platforms**: LLM630 Compute Kit, Module LLM, and Module LLM Kit - The model supports object detection and segmentation tasks, providing detailed information about object boundaries. Install """"""" .. code-block:: shell apt install llm-model-yolo11n-seg **Manual installation:** `Click here to download llm-model-yolo11n-seg `_ yolo11n-pose ~~~~~~~~~~~~ **Support Platforms**: LLM630 Compute Kit, Module LLM, and Module LLM Kit - The model supports object detection and pose estimation tasks, allowing for the identification of human poses in images. Install """"""" .. code-block:: shell apt install llm-model-yolo11n-pose **Manual installation:** `Click here to download llm-model-yolo11n-pose `_ yolo11n-hand-pose ~~~~~~~~~~~~~~~~~ **Support Platforms**: LLM630 Compute Kit, Module LLM, and Module LLM Kit - The model supports hand pose detection tasks, providing detailed information about hand positions and movements. Install """"""" .. code-block:: shell apt install llm-model-yolo11n-hand-pose **Manual installation:** `Click here to download llm-model-yolo11n-hand-pose `_