Skip to content

valoeghese/YoloLabelerJava

Repository files navigation

Yolo Labeler Java

Simple utility for labeling training data for YOLO models.

Usage

Extract images into images directory and simply run the program. Corresponding .txt files will be made for each image in a labels/ subdirectory, containing the boxes. Mappings from number to label name will be saved in a special file, object_labels.xml.

example.png

About

Label images for YOLO training. Java 8+ and uses only standard libraries.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages