mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Merge pull request #1198 from kdarras/patch-2
Update tf_mobilenet_search_whole_window.py
This commit is contained in:
commit
95d3eabbaa
@ -11,6 +11,8 @@
|
|||||||
# NOTE: This example only works on the OpenMV Cam H7 Pro (that has SDRAM) and better!
|
# 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
|
# To get the models please see the CNN Network library in OpenMV IDE under
|
||||||
# Tools -> Machine Vision. The labels are there too.
|
# 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
|
# 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
|
# of activations. Note that use a CNN with a sliding window is extremely compute
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user