An open API service indexing awesome lists of open source software.

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.

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
```