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
58b49dad
There was a problem fetching the pipeline summary.
Commit
58b49dad
authored
7 years ago
by
Olegs NIKISINS
Browse files
Options
Downloads
Patches
Plain Diff
Fixes unit tests after update of bob.ip.dlib
parent
b0a14393
No related branches found
No related tags found
1 merge request
!20
Fixes unit tests after update of bob.ip.dlib
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/pad/face/test/test.py
+2
-2
2 additions, 2 deletions
bob/pad/face/test/test.py
with
2 additions
and
2 deletions
bob/pad/face/test/test.py
+
2
−
2
View file @
58b49dad
...
@@ -187,8 +187,8 @@ def test_video_face_crop():
...
@@ -187,8 +187,8 @@ def test_video_face_crop():
assert
len
(
faces
)
==
3
assert
len
(
faces
)
==
3
assert
faces
[
0
][
1
].
shape
==
(
3
,
64
,
64
)
assert
faces
[
0
][
1
].
shape
==
(
3
,
64
,
64
)
assert
faces
[
-
1
][
1
].
shape
==
(
3
,
64
,
64
)
assert
faces
[
-
1
][
1
].
shape
==
(
3
,
64
,
64
)
assert
np
.
sum
(
faces
[
0
][
1
])
==
125
3048
assert
np
.
sum
(
faces
[
0
][
1
])
==
125
1500
assert
np
.
sum
(
faces
[
-
1
][
1
])
==
125
3048
assert
np
.
sum
(
faces
[
-
1
][
1
])
==
125
1500
#==============================================================================
#==============================================================================
...
...
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