Skip to content
Snippets Groups Projects
Commit 781e0098 authored by Guillaume HEUSCH's avatar Guillaume HEUSCH
Browse files

[preprocessor] removed verbosity level as parameter to FaceCropAlign

parent 4bc3403e
No related branches found
No related tags found
1 merge request!87Chalearn pad
Pipeline #27139 passed
......@@ -530,8 +530,7 @@ class FaceCropAlign(Preprocessor):
face_detection_method=None,
min_face_size=None,
normalization_function=None,
normalization_function_kwargs = None,
verbosity_level=2):
normalization_function_kwargs = None):
Preprocessor.__init__(self, face_size=face_size,
rgb_output_flag=rgb_output_flag,
......
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