Skip to content
Snippets Groups Projects
Commit 1b9f76f8 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Removed breakpoint

parent 5414395a
Branches
Tags
2 merge requests!64Dask pipelines,!63WIP: Facecrop as functools
Pipeline #39133 failed
...@@ -32,6 +32,7 @@ class IJBCBioFile(FaceBioFile): ...@@ -32,6 +32,7 @@ class IJBCBioFile(FaceBioFile):
else: else:
# do not add the client ID to be able to obtain the original image file # do not add the client ID to be able to obtain the original image file
path = "%s%s" % (self.path, extension or '') path = "%s%s" % (self.path, extension or '')
return str(os.path.join(directory or '', path)) return str(os.path.join(directory or '', path))
......
...@@ -103,12 +103,6 @@ class TanTriggs (Base): ...@@ -103,12 +103,6 @@ class TanTriggs (Base):
image = self.color_channel(image) image = self.color_channel(image)
if self.cropper is not None: if self.cropper is not None:
image = self.cropper.crop_face(image, annotations) image = self.cropper.crop_face(image, annotations)
import numpy
if numpy.all(numpy.isnan(self.tan_triggs(image))):
import ipdb; ipdb.set_trace()
pass
image = self.tan_triggs(image) image = self.tan_triggs(image)
return self.data_type(image) return self.data_type(image)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment