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

Fix import name

parent 29e03aa4
No related branches found
No related tags found
1 merge request!68Improve load_utils.py
Pipeline #
from .load_utils import (
frames, number_of_frames, yield_faces, scale_face, blocks,
bbx_cropper, min_face_size_normalizer, color_augmentation, block_generator,
the_giant_video_loader)
bbx_cropper, min_face_size_normalizer, color_augmentation,
blocks_generator, the_giant_video_loader)
# gets sphinx autodoc done right - don't remove it
__all__ = [_ for _ in dir() if not _.startswith('_')]
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