After some prodding by a fellow nerd, I recently went back to a project I’d been working on a long(~5 years) time ago.
You might know it from when I think I looked funnier -> https://www.youtube.com/watch?v=61zQgaSqtWY
Anyway, the world of packaging and deploying applications has moved forward quite a bit from then and to go along with it I created a Docker image with OpenBR packaged in. You shouldn’t have to worry about installing an outdated version of OpenCV.
Fetch it with
docker pull kasisnu/openbr
# Mount your local project directory in to the container and get started
docker run --rm -it -v$(pwd):/app kasisnu/openbr bash
Be sure to checkout DockerOpenBR.