DDS-LOGO

YOLO TXT Format

YOLO TXT format is a lightweight annotation format designed specifically for the YOLO (You Only Look Once) series of object detection algorithms. Each image corresponds to a TXT file, and each line records the category index of an object and the normalized bounding box coordinate information, which has the characteristics of concise storage and efficient reading.