Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.pad.face
Commits
89827237
Commit
89827237
authored
Jun 07, 2018
by
Amir MOHAMMADI
Browse files
Fix import name
parent
29e03aa4
Pipeline
#20883
passed with stage
in 17 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/pad/face/utils/__init__.py
View file @
89827237
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
(
'_'
)]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment