object recognition using the raspberry pi pico

RP2040 based microcontroller boards running MicroPython.
Target audience: MicroPython users with an RP2040 boards.
This does not include conventional Linux-based Raspberry Pi boards.
Post Reply
Bloxy
Posts: 1
Joined: Mon Jun 06, 2022 11:36 pm

object recognition using the raspberry pi pico

Post by Bloxy » Mon Jun 06, 2022 11:41 pm

I have a python script that I currently run on a raspberry pi 4 but am trying to move it over to a pico. I know its possible to run object detection on a pico but I have no clue how to install the necessary modules onto the pico in order for this to work. in Thonny the module cv2 doesnt even exist, and despite me having installed the tensorflow module, when I run "import tensorflow" it comes back with an error. I could really use some help. thx!

tepalia02
Posts: 99
Joined: Mon Mar 21, 2022 5:13 am

Re: object recognition using the raspberry pi pico

Post by tepalia02 » Tue Jun 21, 2022 3:58 pm

In most of the tutorials I saw, they used Tensorflow Lite for Raspberry pi pico.

Post Reply