/JSON2YOLO

A simple converter of JSON COCO annotations into YOLO format.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Introduction

This script converts annotations from JSON COCO to YOLO format. It is based on on import/export software developed by Ultralytics LLC, and is freely available for redistribution under the GPL-3.0 license. For more information please visit https://www.ultralytics.com.

Description

Requirements

Python 3.8 or later with all [requirements.txt] dependencies installed. To install run:

$ pip install -r requirements.txt