Skip to content
Snippets Groups Projects
Commit 76bb74ed authored by Olegs NIKISINS's avatar Olegs NIKISINS
Browse files

Added a congig for the preproc, extracting BW-NIR-D 3x128x128 face from BATL DB

parent 2c53d018
No related branches found
No related tags found
1 merge request!84Multi-channel data preprocessing
Pipeline #26284 passed
...@@ -121,6 +121,6 @@ Define an instance for extraction of one (**whole face**) multi-channel ...@@ -121,6 +121,6 @@ Define an instance for extraction of one (**whole face**) multi-channel
""" """
video_face_crop_align_bw_ir_d_channels_3x128x128 = VideoFaceCropAlignBlockPatch(preprocessors = _preprocessors, video_face_crop_align_bw_ir_d_channels_3x128x128 = VideoFaceCropAlignBlockPatch(preprocessors = _preprocessors,
channel_names = _channel_names, channel_names = _channel_names,
return_multi_channel_flag = False, return_multi_channel_flag = True,
block_patch_preprocessor = _block_patch_128x128) block_patch_preprocessor = _block_patch_128x128)
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