Skip to content

YOLO Object Detection 11

Introducing Ultralytics YOLO11, the latest version of the acclaimed real-time object detection and image segmentation model. YOLO11 is built on cutting-edge advancements in deep learning and computer vision, offering unparalleled performance in terms of speed and accuracy. Its streamlined design makes it suitable for various applications and easily adaptable to different hardware platforms, from edge devices to cloud APIs.

Modes at a Glance Understanding the different modes that Ultralytics YOLO11 supports is critical to getting the most out of your models:

  • Train mode: Fine-tune your model on custom or preloaded datasets.
  • Val mode: A post-training checkpoint to validate model performance.
  • Predict mode: Unleash the predictive power of your model on real-world data.
  • Export mode: Make your model deployment-ready in various formats.
  • Track mode: Extend your object detection model into real-time tracking applications.
  • Benchmark mode: Analyze the speed and accuracy of your model in diverse deployment environments.

This comprehensive guide aims to give you an overview and practical insights into each mode, helping you harness the full potential of YOLO11.

If your primary goal is to count the number of people or surfers in an image:

  • YOLOv8:

    • Offers real-time detection capabilities.

    • Suitable if speed is a priority and the scene is not overly complex.

  • Faster R-CNN:

    • Provides higher accuracy, especially in crowded or complex scenes.

    • Better at handling overlapping objects.

In scenarios where surfers are densely packed or partially occluded, a two-stage detector like Faster R-CNN may yield better results despite slower processing times.