https://github.com/riolaf05/cv-follow-camera
RaspberryPi Camera which follows objects using computer vision
https://github.com/riolaf05/cv-follow-camera
camera computer-vision docker docker-compose opencv opencv-python raspberry-pi tpu
Last synced: about 1 month ago
JSON representation
RaspberryPi Camera which follows objects using computer vision
- Host: GitHub
- URL: https://github.com/riolaf05/cv-follow-camera
- Owner: riolaf05
- Created: 2019-10-04T13:24:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-18T10:56:46.000Z (almost 5 years ago)
- Last Synced: 2025-01-21T14:27:58.512Z (3 months ago)
- Topics: camera, computer-vision, docker, docker-compose, opencv, opencv-python, raspberry-pi, tpu
- Language: Python
- Homepage:
- Size: 296 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Computer Vision auto-follow camera
This is a Tensorflow based object detection container which can be used to drive a RaspberyyPi-powered servo motor to point a selected object.This repo contains a continuous integration pipeline which automatically build the container.
## Install with Docker and Coral Edge TPU
Follow the instructions on tflite_edge_tpu folder.
## Install with Docker
TODO### Dependencies
```console
apt-get install python-opencv \
&& apt-get install python-scipy \
&& apt-get install ipython \
&& apt install libqt4-test
&& apt-get install -y libatlas-base-dev \
&& apt-get install -y libjasper-dev \
&& apt-get install -y libqtgui4 \
&& apt-get install -y python3-pyqt5
``````console
pip install pyarrow --user \
&& pip install numpy --user \
&& pip install imutils --user \
&& pip install python-opencv --user \
&& pip install argparse --user \
```