First, you have to install the latest version of Bull-Eye OS from Raspbian's official site. (64-bit version) I'm using Raspberry Pi 4B with 4 Gigs of Ram. ------------------------------------------- There are a bunch of ways of installing OpenCV and Tensorflow on Raspberry Pi and I've mentioned the most effective ways which worked for me. ------------------------------------------- On your PC open the following links: tensor flow link: https://github.com/lhelontra/tensorflow-on-arm/releases tensor flow: for 3.9.2 : https://github.com/PINTO0309/Tensorflow-bin/blob/main/previous_versions/download_tensorflow-2.8.0-cp39-none-linux_aarch64_numpy1221.sh ------------------------------------------- You have to add the following lines to the bash file of the Raspberry Pi: # virtualenv and virtualenvwrapper export WORKON_HOME=$HOME/.virtualenvs export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3 source /usr/local/bin/virtualenvwrapper.sh ------------------------------------------- The...
On a journey to be a scientist.