SkillAgentSearch skills...

VoTT2COCO

Script that converts VoTT json files to COCO format. Keeps images, bboxes, and masks.

Install / Use

/learn @UAVVaste/VoTT2COCO
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

VoTT2COCO

Script that converts VoTT json files to COCO format. Keeps images, bboxes, and masks.

Usage

Modify/create yaml file

dataset:
  source:
    path: '/home/bartosz/UAVVaste_vott/'   ### main catalog
    img_cat: images                        ### name of sub-catalogs with images
    anno_cat: annotations                  ### name of sub-catalog with annotations jsons
  destination:
    path: '/home/bartosz/UAVVaste_coco/'
    img_cat: images
    anno_file: annotations.json

info:
  year: 2020 
  version: v1 
  description: UAVVaste dataset 
  contributor: None
  url: https://uavvaste.ithub.io/

Run script

python vott2coco.py -c conver_config.yml

Related Skills

View on GitHub
GitHub Stars12
CategoryDevelopment
Updated4mo ago
Forks5

Languages

Python

Security Score

87/100

Audited on Nov 13, 2025

No findings