Skip to content

Latest commit

 

History

History
executable file
·
15 lines (9 loc) · 458 Bytes

README.md

File metadata and controls

executable file
·
15 lines (9 loc) · 458 Bytes

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