From 670fa8e1800df2eec62d683e7e9f95d70927def9 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 26 Aug 2024 16:00:23 +0200 Subject: [PATCH] Add https://www.reddit.com/r/Ultralytics/ badge (#103) Co-authored-by: UltralyticsAssistant --- README.md | 2 +- general_json2yolo.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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). """