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

Fixed the Sphinx warning in VideoFaceCropAlignBlockPatch

parent da271dfa
No related branches found
No related tags found
1 merge request!81MC preprocessor
Pipeline #26030 passed
......@@ -121,10 +121,10 @@ class VideoFaceCropAlignBlockPatch(Preprocessor, object):
channels, and then to extract patches from the ROI in the cropped faces.
The computation flow is the following:
1. Detect, crop and align facial region in all input channels.
2. Concatenate all channels forming a single multi-channel video data.
3. Extract multi-channel patches from the ROI of the multi-channel video
data.
3. Extract multi-channel patches from the ROI of the multi-channel video data.
4. Vectorize extracted patches.
**Parameters:**
......
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