From f89ed49a6ba9400fa7129bedbc34861c3b934b35 Mon Sep 17 00:00:00 2001 From: JulianGStudium Date: Tue, 30 Jun 2026 20:53:55 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20typo:=20"Mutiple"=20=E2=86=92=20"Multiple?= =?UTF-8?q?"=20in=20Object=20Tracker=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes a small spelling error in the README ("Mutiple" → "Multiple"). The linked article is about multi-object tracking, so "Multiple" is correct. #HSFDPMUW --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f3119b7e..58676e953 100644 --- a/README.md +++ b/README.md @@ -457,7 +457,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Hand Keypoint Detection](https://www.learnopencv.com/hand-keypoint-detection-using-deep-learning-and-opencv/) - Dlib Correlation Object Tracking - - [Single Object Tracker](https://www.pyimagesearch.com/2018/10/22/object-tracking-with-dlib/) - - [Mutiple Object Tracker](https://www.pyimagesearch.com/2018/10/29/multi-object-tracking-with-dlib/) + - [Multiple Object Tracker](https://www.pyimagesearch.com/2018/10/29/multi-object-tracking-with-dlib/) - [Image Stitching with OpenCV and Python](https://www.pyimagesearch.com/2018/12/17/image-stitching-with-opencv-and-python/) - [Instance Segmentation with OpenCV](https://www.pyimagesearch.com/2018/11/26/instance-segmentation-with-opencv/) - [Face mask detector](https://www.pyimagesearch.com/2020/05/04/covid-19-face-mask-detector-with-opencv-keras-tensorflow-and-deep-learning/)