Sign inSign up

nicosingh/rpi-openbr

By nicosingh

Updated about 9 years ago

Docker image of Raspbian with OpenBR software already installed.

Image
0

174

nicosingh/rpi-openbr repository overview

pipeline status Docker Pulls

About

Docker image of Raspbian with OpenBR software already installed. It depends of another image of OpenCV, which is based on raspbian.

How to use this Docker image?

This is a raspbian-based image, and doesn't depend of any particular service to work. In this case makes sense to open a bash shell, with a command like:

docker run -it -v /tmp/images/:/images nicosingh/rpi-openbr bash

Where:

docker run -it: means to run a new Docker container with interactive mode

-v /tmp/images:/images: means we are going to map the directory /tmp/images from our host computer to /images folder inside our container. You can change /tmp/images directory with whatever you want to process using OpenBR.

nicosingh/rpi-openbr bash: means to open a BASH shell in our new container

Source Code

Gitlab: rpi-openbr

Tag summary

Content type

Image

Digest

Size

1.5 GB

Last updated

about 9 years ago

docker pull nicosingh/rpi-openbr