Annotation Format Converter

v1.0.0

Convert annotation files between COCO, YOLO, VOC, and LabelMe formats with auto-detection and support for batch processing of folders.

0· 228·0 current·0 all-time
byMingo_318@mingo-318
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (convert between COCO, YOLO, VOC, LabelMe) align with the included script and test files. The script implements conversions and batch processing as advertised.
Instruction Scope
SKILL.md instructs running the local Python script on local files/dirs. The script only reads annotation files and optional images to get dimensions, and writes converted annotation outputs — it does not access network endpoints or unrelated system configuration.
Install Mechanism
No install spec is provided (instruction-only), which is lowest-risk. SKILL.md recommends 'pip install pillow tqdm' — pillow is required by the script; tqdm is suggested but the script defines an internal tqdm fallback, so installing tqdm is optional.
Credentials
The skill does not request environment variables, credentials, or config paths. All file and image accesses are local and proportional to an annotation-conversion tool.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills or system settings.
Assessment
This skill appears to do what it says: convert annotation formats locally. Before installing/running: (1) review and run the script in a controlled directory (it will read image/annotation files you point it to and write outputs, potentially overwriting existing files); (2) install Pillow if you need image-dimension detection; tqdm is optional because the script provides a simple fallback; (3) be aware default category handling is simplistic (defaults to a single generic 'object' category and 1-index/0-index ID adjustments), so verify category mapping for your dataset; (4) if you plan to run it on sensitive directories, inspect the code yourself (it contains only local file I/O and no network/execution of remote code).

Like a lobster shell, security has layers — review code before you run it.

latestvk9730r3t095fyjx7e9yxqnerg982b7ck

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments