object recognition using the raspberry pi pico
Posted: 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!