Docker image of Raspbian with OpenBR software already installed.
174
Docker image of Raspbian with OpenBR software already installed. It depends of another image of OpenCV, which is based on raspbian.
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
Gitlab: rpi-openbr
Content type
Image
Digest
Size
1.5 GB
Last updated
about 9 years ago
docker pull nicosingh/rpi-openbr