From b2e2e6b26959816b163cd004d4957b961eeeaaa9 Mon Sep 17 00:00:00 2001 From: "Kevin F.A. Darras" Date: Mon, 1 Mar 2021 12:01:10 +0800 Subject: [PATCH] Update and rename tf_mobilenet_serach_just_center.py to tf_mobilenet_search_just_center.py added instructions to make the script work without errors --- ...serach_just_center.py => tf_mobilenet_search_just_center.py} | 2 ++ 1 file changed, 2 insertions(+) rename scripts/examples/OpenMV/25-Machine-Learning/{tf_mobilenet_serach_just_center.py => tf_mobilenet_search_just_center.py} (95%) diff --git a/scripts/examples/OpenMV/25-Machine-Learning/tf_mobilenet_serach_just_center.py b/scripts/examples/OpenMV/25-Machine-Learning/tf_mobilenet_search_just_center.py similarity index 95% rename from scripts/examples/OpenMV/25-Machine-Learning/tf_mobilenet_serach_just_center.py rename to scripts/examples/OpenMV/25-Machine-Learning/tf_mobilenet_search_just_center.py index 1371a877f..0aec25b05 100644 --- a/scripts/examples/OpenMV/25-Machine-Learning/tf_mobilenet_serach_just_center.py +++ b/scripts/examples/OpenMV/25-Machine-Learning/tf_mobilenet_search_just_center.py @@ -11,6 +11,8 @@ # NOTE: This example only works on the OpenMV Cam H7 Pro (that has SDRAM) and better! # To get the models please see the CNN Network library in OpenMV IDE under # Tools -> Machine Vision. The labels are there too. +# You should insert a microSD card into your camera and copy-paste the mobilenet_labels.txt +# file and your chosen model into the root folder for ths script to work. # # In this example we slide the detector window over the image and get a list # of activations. Note that use a CNN with a sliding window is extremely compute