From 103fbaf4f2933f99cbb92a3cd7be0b3d1ad819c5 Mon Sep 17 00:00:00 2001 From: sghoshcvc Date: Mon, 24 Jul 2017 01:11:01 +0200 Subject: [PATCH] White Space error in sample python script --- modules/text/samples/deeptextdetection.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/text/samples/deeptextdetection.py b/modules/text/samples/deeptextdetection.py index 060fbacac..2e8395b60 100644 --- a/modules/text/samples/deeptextdetection.py +++ b/modules/text/samples/deeptextdetection.py @@ -30,7 +30,6 @@ if not os.path.isfile('textbox.caffemodel') or not os.path.isfile('textbox_deplo print " Model files not found in current directory. Aborting" print " Model files should be downloaded from https://github.com/sghoshcvc/TextBox-Models" quit() - cv2.text.cnn_config.caffe_backend.setCaffeGpuMode(True); pathname = os.path.dirname(sys.argv[0])