SkillAgentSearch skills...

Yolotolabelme

A python script for converting annotation format(yolo-txt to labelme-json).

Install / Use

/learn @adeel-learner/Yolotolabelme
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

yolo2labelme

A python script for converting annotation format(yolo-txt to labelme-json).

Installation

pip install yolo-to-labelme

Usage

Arguments:

--yolo : path to YOLO annotations directory.

--labelme(optional) : path to output directory.

--width(optional) : default value is 1024.

--height(optional) : default value is 1024.

--classes : Path to the classes file(TXT format).

--img_ext(optional) : Default extension is "jpg".

CLI Usage:

Specify yolo-labels-directory, output directory(optional), classes file, image size(width, height)(optional), and image extention(optional).

yolotolabelme --yolo path/to/yoloAnnotations --labelme path/to/output --classes path/to/classes-file

Useful links

Yolo to labelme: https://pypi.org/project/yolo-to-labelme/

Lableme to yolo : https://pypi.org/project/labelme2yolo/

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated1y ago
Forks1

Languages

Python

Security Score

70/100

Audited on Sep 27, 2024

No findings