projectstreet-detection-docker

Docker for detecting streets. (WIP)
git clone git://archive.git.mtrnord.blog/Nordgedanken/projectstreet-detection-docker.git
Log | Files | Refs | README

commit 1437d4830b9a385380e8960c12be1fd31072738d
parent c7fc61d299d77110bd36ab50f337ce59062e5e20
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Sun,  2 Oct 2016 20:55:38 +0200

Update Dockerfile
Diffstat:
MDockerfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile @@ -2,5 +2,5 @@ FROM mtrnord/opencv:latest MAINTAINER MTRNord <info@nordgedanken.de> -RUN git clone https://github.com/shantnu/FaceDetect.git +COPY scripts/ FaceDetect WORKDIR FaceDetect