Sign In

YOLO Dataset Auto-Annotate Workflow

Updated: Dec 27, 2025

tool

Download

1 variant available

Archive Other

yolo_annotation.zip

8.56 KB

Verified:

Type
Workflows
Stats

51

Reviews
Published

Dec 24, 2025

Base Model

Other

Hash
AutoV2
CCE5E3FA4A
default creator card background decoration
Followers - 12

12

Likes - 24

24

yolo_annotation.png

This workflow is intended to provide a head start for anyone needing to annotate image sets for yolo custom model training. It processes your image files using Florence2 for initial bbox detection and then SAM2 for finer bbox detection. It is intended to save files in a "/yolo/" sub-directory relative to the image base directory specified. It saves padded 640x640 images (default yolo dimensions) in a "/images" sub-directory and the labels which include the bbox dimensions in yolo format in the "/labels" sub-directory.

If you build on this, please hit me up!

- BillyB