Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.pad.face
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.pad.face
Commits
999947c9
There was a problem fetching the pipeline summary.
Commit
999947c9
authored
7 years ago
by
Amir MOHAMMADI
Browse files
Options
Downloads
Patches
Plain Diff
Fix the docs too
parent
55fbb966
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!60
Change the API of yield_faces
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bob/pad/face/utils/load_utils.py
+1
-1
1 addition, 1 deletion
bob/pad/face/utils/load_utils.py
doc/api.rst
+4
-0
4 additions, 0 deletions
doc/api.rst
with
5 additions
and
1 deletion
bob/pad/face/utils/load_utils.py
+
1
−
1
View file @
999947c9
...
@@ -201,7 +201,7 @@ def color_augmentation(image, channels=('rgb',)):
...
@@ -201,7 +201,7 @@ def color_augmentation(image, channels=('rgb',)):
----------
----------
image : numpy.array
image : numpy.array
The image in RGB Bob format.
The image in RGB Bob format.
channels : tuple, optional
channels :
:obj:`
tuple
`
, optional
List of channels to convert the image to. It can be any of ``rgb``,
List of channels to convert the image to. It can be any of ``rgb``,
``yuv``, ``hsv``.
``yuv``, ``hsv``.
...
...
This diff is collapsed.
Click to expand it.
doc/api.rst
+
4
−
0
View file @
999947c9
...
@@ -71,10 +71,14 @@ Utilities
...
@@ -71,10 +71,14 @@ Utilities
---------
---------
.. autosummary::
.. autosummary::
bob.pad.face.utils.bbx_cropper
bob.pad.face.utils.blocks
bob.pad.face.utils.blocks
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.number_of_frames
bob.pad.face.utils.number_of_frames
bob.pad.face.utils.scale_face
bob.pad.face.utils.scale_face
bob.pad.face.utils.the_giant_video_loader
bob.pad.face.utils.yield_faces
bob.pad.face.utils.yield_faces
bob.pad.face.utils.yield_frames
bob.pad.face.utils.yield_frames
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment