Skip to content
Snippets Groups Projects
Commit 33a9b513 authored by Manuel Günther's avatar Manuel Günther
Browse files

Removed some debug code

parent ed0325b3
No related branches found
No related tags found
1 merge request!1Standarization
Pipeline #
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment