Tool for object identification with opencv and python.
This code modified examples provided at https://core-electronics.com.au/guides/object-identify-raspberry-pi/
This derived code is licensed as the original examples under https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode
- Clone the repository
- cd object-identify
- sudo apt install python3-pip
- pip install opencv-python
- wget https://core-electronics.com.au/media/kbase/491/Object_Detection_Files.zip
- unzip Object_Detection_Files.zip
python3 object-identify.py --video (/dev/video0 | test.mp4 | test.jpg)
Original example targeted Raspberry Pi. Targets for object-identify Debian based Linux. Currently testing primarily on Debian 11