From 4f3732657b33249d8c609b95ebd5301c1a714f15 Mon Sep 17 00:00:00 2001 From: Barbora Viski Date: Tue, 5 Apr 2022 12:06:05 +0200 Subject: [PATCH] Updated link for Blob detection tutorial The provided link for blob detection tutorial seemed to be faulty, I found a tutorial that this article seemed to be mentioning, and updated the link. --- .../portenta-vision-shield/tutorials/vs-openmv-fd/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/vs-openmv-fd/content.md b/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/vs-openmv-fd/content.md index cd970f95e2..cd88c110b1 100644 --- a/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/vs-openmv-fd/content.md +++ b/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/vs-openmv-fd/content.md @@ -38,7 +38,7 @@ The built-in Haar Cascade model for faces was trained with hundreds of images co ### Creating the Face Detection Script -For this tutorial you will be using the OpenMV IDE along with the OpenMV firmware on your Portenta H7 to build the face detection script. If this is your first time using the Vision Carrier and OpenMV we recommend you to take a look at the "Configuring the Development Environment" section inside the [Blob Detection tutorial](https://www.arduino.cc/pro/tutorials/portenta-h7/por-openmv-bt) to configure the development environment. +For this tutorial you will be using the OpenMV IDE along with the OpenMV firmware on your Portenta H7 to build the face detection script. If this is your first time using the Vision Carrier and OpenMV we recommend you to take a look at the "Configuring the Development Environment" section inside the [Blob Detection tutorial](https://docs.arduino.cc/tutorials/portenta-vision-shield/vs-openmv-bt) to configure the development environment. ### 1. The Basic Setup