diff --git a/README.md b/README.md index 406019f..ee2a39d 100755 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Welcome to the [COCO2YOLO](https://github.com/ultralytics/COCO2YOLO) repository! This process is essential for machine learning practitioners looking to train object detection models using the Darknet framework. Our code is flexible and can be utilized across various platforms including Linux, MacOS, and Windows. -[![Ultralytics Actions](https://github.com/ultralytics/JSON2YOLO/actions/workflows/format.yml/badge.svg)](https://github.com/ultralytics/JSON2YOLO/actions/workflows/format.yml) Discord Ultralytics Forums +[![Ultralytics Actions](https://github.com/ultralytics/JSON2YOLO/actions/workflows/format.yml/badge.svg)](https://github.com/ultralytics/JSON2YOLO/actions/workflows/format.yml) Discord Ultralytics Forums Ultralytics Reddit # ⚙️ Requirements diff --git a/general_json2yolo.py b/general_json2yolo.py index 4afc854..3556be2 100644 --- a/general_json2yolo.py +++ b/general_json2yolo.py @@ -320,6 +320,7 @@ def min_index(arr1, arr2): Args: arr1: (N, 2). arr2: (M, 2). + Return: a pair of indexes(tuple). """