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

[preproc] Remove ipdb entry

parent 413c0ddb
No related branches found
No related tags found
2 merge requests!3Merging master branch into package-update,!2Marge master to the package-update
Pipeline #
......@@ -540,8 +540,6 @@ class FingerCrop (Preprocessor):
"""Reads the input image, extract the mask of the fingervein, postprocesses
"""
import ipdb; ipdb.set_trace()
# 1. Pads the input image if any padding should be added
image = numpy.pad(image, self.padding_width, 'constant',
constant_values = self.padding_constant)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment