/Yolov8_OD

Ultralytics YOLOv8 is a cutting-edge, state-of-the-art (SOTA) model. YOLOv8 is designed to be fast, accurate, and easy to use, making it an excellent choice for a wide range of object detection and tracking, instance segmentation, image classification and pose estimation tasks.

Primary LanguageJupyter Notebook

Yolov8

Anchor Free Detection YOLOv8 is an anchor-free model. This means it predicts directly the center of an object instead of the offset from a known anchor box.

anchor_box

Visualization of an anchor box in YOLO Anchor boxes were a notoriously tricky part of earlier YOLO models, since they may represent the distribution of the target benchmark's boxes but not the distribution of the custom dataset.

image-15