Skip to main content

Module yolo

Module yolo 

Source
Expand description

The YOLO26 object detection model family.

Modulesยง

kernels
GPU kernels used by the YOLO26 model (attention, detection decode, loss).
loss
Training loss functions for YOLO26 (anchor assignment, CIoU, classification).
yolo26
The YOLO26 model architecture: blocks, variants, and the assembled network. YOLO26 detection model.