https://github.com/jritsema/opencv-tensorflow-lite-armv7
Base docker image with opencv and tensor flow lite that runs on the arm32v7 architecture.
https://github.com/jritsema/opencv-tensorflow-lite-armv7
computervision objectdetection openv python raspberrypi tensorflowlite
Last synced: about 1 month ago
JSON representation
Base docker image with opencv and tensor flow lite that runs on the arm32v7 architecture.
- Host: GitHub
- URL: https://github.com/jritsema/opencv-tensorflow-lite-armv7
- Owner: jritsema
- Created: 2021-01-22T22:16:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-26T02:49:00.000Z (over 5 years ago)
- Last Synced: 2025-02-08T04:28:26.900Z (over 1 year ago)
- Topics: computervision, objectdetection, openv, python, raspberrypi, tensorflowlite
- Language: Dockerfile
- Homepage:
- Size: 1000 Bytes
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# opencv-tensorflow-lite-arm32v7
Base docker image with [opencv](https://opencv.org/) and [tensor flow lite](https://www.tensorflow.org/lite/) that runs on the `arm32v7` architecture.
The image can be used for object detection on raspberry pi cameras and includes:
- python 3.7
- opencv
- tensorflow lite
```
docker pull jritsema/opencv-tensorflow-lite-arm32v7
```