We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1904c20 commit 06e1a51Copy full SHA for 06e1a51
examples/human_follower.py
@@ -15,6 +15,7 @@
15
16
Setup:
17
1. Flash a person or face detection model to the Grove Vision AI V2
18
+ I used this model: https://sensecraft.seeed.cc/ai/view-model/60086-person-detection-swift-yolo
19
2. Copy this file to CIRCUITPY volume as main.py
20
3. Copy grove_vision_ai_v2.mpy to CIRCUITPY/lib/
21
4. Delete code.py if present
grove_vision_ai_v2.py
@@ -28,6 +28,9 @@
28
29
**Software and Dependencies:**
30
31
+* Sensecraft AI (web based):
32
+ https://sensecraft.seeed.cc/ai/home
33
+
34
* Adafruit CircuitPython firmware for the supported boards:
35
https://circuitpython.org/downloads
36
0 commit comments