Skip to content
Snippets Groups Projects
Commit 8f4c819d authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Add blocks_generator to the api too

parent f4426dd6
No related branches found
No related tags found
1 merge request!68Improve load_utils.py
Pipeline #
from .load_utils import ( from .load_utils import (
frames, number_of_frames, yield_frames, yield_faces, scale_face, blocks, frames, number_of_frames, yield_frames, yield_faces, scale_face, blocks,
bbx_cropper, min_face_size_normalizer, color_augmentation, bbx_cropper, min_face_size_normalizer, color_augmentation, block_generator,
the_giant_video_loader) the_giant_video_loader)
# gets sphinx autodoc done right - don't remove it # gets sphinx autodoc done right - don't remove it
......
...@@ -73,6 +73,7 @@ Utilities ...@@ -73,6 +73,7 @@ Utilities
.. autosummary:: .. autosummary::
bob.pad.face.utils.bbx_cropper bob.pad.face.utils.bbx_cropper
bob.pad.face.utils.blocks bob.pad.face.utils.blocks
bob.pad.face.utils.blocks_generator
bob.pad.face.utils.color_augmentation bob.pad.face.utils.color_augmentation
bob.pad.face.utils.frames bob.pad.face.utils.frames
bob.pad.face.utils.min_face_size_normalizer bob.pad.face.utils.min_face_size_normalizer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment