Skip to content

Commit 06e1a51

Browse files
committed
Add sensecraft URLs.
1 parent 1904c20 commit 06e1a51

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

examples/human_follower.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
1616
Setup:
1717
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
1819
2. Copy this file to CIRCUITPY volume as main.py
1920
3. Copy grove_vision_ai_v2.mpy to CIRCUITPY/lib/
2021
4. Delete code.py if present

grove_vision_ai_v2.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
2929
**Software and Dependencies:**
3030
31+
* Sensecraft AI (web based):
32+
https://sensecraft.seeed.cc/ai/home
33+
3134
* Adafruit CircuitPython firmware for the supported boards:
3235
https://circuitpython.org/downloads
3336

0 commit comments

Comments
 (0)