Sign inSign up

elswork/tf-opencv

By elswork

Updated over 7 years ago

OpenCV over a Tensorflow base install.

Image
2

2.5K

elswork/tf-opencv repository overview

OpenCV + Tensorflow

A Docker file to build images for AMD & ARM devices over a base image based with a minimal installation of Tensorflow an open source software library for numerical computation using data flow graphs. Over this base will be installed OpenCV a library of programming functions mainly aimed at real-time computer vision.

Be aware! You should read carefully the usage documentation of every tool!

Details

Docker HubDocker PullsDocker StarsDocker BuildSize/Layers
tf-opencv

Build Instructions

Build for amd64 or arm32v7 architecture (thanks to its Multi-Arch base image)

docker build -t elswork/tf-opencv:latest .

My Real Usage Example

In order everyone could take full advantages of the usage of this docker container, I'll describe my own real usage setup.

docker run -it elswork/tf-opencv:latest

Tag summary

Content type

Image

Digest

Size

423.2 MB

Last updated

over 7 years ago

docker pull elswork/tf-opencv