Skip to content
Snippets Groups Projects
Commit ac24ea5d authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[preproc] Remove ipdb trace

parent 21816276
Branches
Tags
2 merge requests!3Merging master branch into package-update,!2Marge master to the package-update
......@@ -232,7 +232,6 @@ class FingerCrop (Preprocessor):
for i in range(0,y_up.size):
img_filt[y_up[i]:y_lo[i]+img_filt_lo.shape[0],i]=1
import ipdb; ipdb.set_trace()
finger_mask = numpy.ndarray(image.shape, numpy.bool)
finger_mask[:,:] = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment