Skip to content

roman-koshchei/yolo-auto-annotation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLO Auto Annotation

Using Moondream visual model the script will detect object on specified images and create YOLO dataset for future training.

Currently it supports only single class, aka all labels will represent single class. Because that was my requirement for the tool.

yolo-auto-annotation.mp4

Run

Currently script uses CUDA, if you don't have NVIDIA GPU then you will need to do some adjustments.

Clone repository:

git clone https://github.com/roman-koshchei/yolo-auto-annotation.git

Sync dependencies using uv package manager:

uv sync

Run script with arguments:

uv run main.py --source {directory with images} --destination {directory where dataset will be saved} --classes {list of classes}

About

Automatically annotates YOLO dataset using Moondream visual model

Topics

Resources

License

Stars

Watchers

Forks

Languages