mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Add where models are.
This commit is contained in:
parent
bcebe2cde2
commit
99fbb53100
@ -9,6 +9,8 @@
|
||||
# learning to apply the model to a target problem by re-training the model.
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
# 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
|
||||
|
||||
@ -9,6 +9,8 @@
|
||||
# learning to apply the model to a target problem by re-training the model.
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
# 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user