From a5c0949cd6ac347c2ba044b589fa756436a21f19 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 14:10:38 +0000 Subject: [PATCH] =?UTF-8?q?fix(pre=5Fcommit):=20=F0=9F=8E=A8=20auto=20form?= =?UTF-8?q?at=20pre-commit=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/tracking/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/tracking/README.md b/examples/tracking/README.md index 3203b8a1..5f258656 100644 --- a/examples/tracking/README.md +++ b/examples/tracking/README.md @@ -48,12 +48,12 @@ detection and Supervision for tracking and annotation. - inference - - `--roboflow_api_key` (optional): The API key for Roboflow services. If not provided - directly, the script tries to fetch it from the `ROBOFLOW_API_KEY` environment - variable. Follow [this guide](https://docs.roboflow.com/api-reference/authentication#retrieve-an-api-key) + - `--roboflow_api_key` (optional): The API key for Roboflow services. If not provided + directly, the script tries to fetch it from the `ROBOFLOW_API_KEY` environment + variable. Follow [this guide](https://docs.roboflow.com/api-reference/authentication#retrieve-an-api-key) to acquire your `API KEY`. - - `--model_id` (optional): Designates the Roboflow model ID to be used. The default - value is `"yolov8x-1280"`. + - `--model_id` (optional): Designates the Roboflow model ID to be used. The default + value is `"yolov8x-1280"`. - `--source_video_path`: Required. The path to the source video file to be processed. This is the video on which object detection and annotation will be performed. @@ -90,12 +90,12 @@ detection and Supervision for tracking and annotation. This demo integrates two main components, each with its own licensing: -- ultralytics: The object detection model used in this demo, YOLOv8, is distributed +- ultralytics: The object detection model used in this demo, YOLOv8, is distributed under the [AGPL-3.0 license](https://github.com/ultralytics/ultralytics/blob/main/LICENSE). You can find more details about this license here. -- supervision: The analytics code that powers the zone-based analysis in this demo is - based on the Supervision library, which is licensed under the +- supervision: The analytics code that powers the zone-based analysis in this demo is + based on the Supervision library, which is licensed under the [MIT license](https://github.com/roboflow/supervision/blob/develop/LICENSE.md). This makes the Supervision part of the code fully open source and freely usable in your projects.