From 33a9b51340fdb6a7191591697a3766afb02d1c13 Mon Sep 17 00:00:00 2001 From: Manuel Gunther <siebenkopf@googlemail.com> Date: Thu, 29 Sep 2016 13:38:33 -0600 Subject: [PATCH] Removed some debug code --- bob/bio/csu/preprocessor/LDAIR.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/bob/bio/csu/preprocessor/LDAIR.py b/bob/bio/csu/preprocessor/LDAIR.py index bfc3e12..d03c712 100644 --- a/bob/bio/csu/preprocessor/LDAIR.py +++ b/bob/bio/csu/preprocessor/LDAIR.py @@ -124,9 +124,6 @@ class LDAIR (bob.bio.face.preprocessor.FaceCrop): if isinstance(image, pyvision.Image): # the face detector requires numpy arrays image = self._numpy_image(image) - import bob.io.base - import bob.io.image - bob.io.base.save(image.astype(numpy.uint8), "test.png") # call face detector with the (tansformed) image return self.face_detector.crop_face(image, annotations) -- GitLab