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 1ce71a6c50834ccf1ea46dca1ec2416a4009b59e
parent 6e7fabbd3cae1ffe97054e2e08ef4db813c190ca
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Thu,  6 Oct 2016 21:48:09 +0200

Update download-image-by-link.py
Diffstat:
Mscripts/download-image-by-link.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/download-image-by-link.py b/scripts/download-image-by-link.py @@ -1,7 +1,7 @@ ########################################################################################################## # Code is based on: https://pythonprogramming.net/haar-cascade-object-detection-python-opencv-tutorial/ # ########################################################################################################## -import urllib.request +import urllib2.request import cv2 import numpy as np import os