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 64ce5c59772dce668ff503f910e33eee5b9af5e9
parent daecf385b30f1db568c165f6d5e6eebc7c88a548
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Thu, 13 Oct 2016 13:08:53 +0200

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

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