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
591326c9
Commit
591326c9
authored
Apr 24, 2019
by
Amir MOHAMMADI
Browse files
Move bob.ip.dlib and bob.ip.facelandmarks to test dependencies
parent
a260437b
Pipeline
#29553
passed with stage
in 15 minutes and 51 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/pad/face/test/test.py
View file @
591326c9
...
...
@@ -222,8 +222,8 @@ def test_video_face_crop():
assert
len
(
faces
)
==
3
assert
faces
[
0
][
1
].
shape
==
(
3
,
64
,
64
)
assert
faces
[
-
1
][
1
].
shape
==
(
3
,
64
,
64
)
assert
np
.
sum
(
faces
[
0
][
1
])
==
1238
664
assert
np
.
sum
(
faces
[
-
1
][
1
])
==
1238
664
assert
np
.
sum
(
faces
[
0
][
1
])
==
1238
302
,
np
.
sum
(
faces
[
0
][
1
])
assert
np
.
sum
(
faces
[
-
1
][
1
])
==
1238
302
,
np
.
sum
(
faces
[
-
1
][
1
])
# =============================================================================
...
...
conda/meta.yaml
View file @
591326c9
...
...
@@ -21,7 +21,7 @@ requirements:
-
python {{ python }}
-
setuptools {{ setuptools }}
-
six {{ six }}
-
numpy
>=1.11
-
numpy
-
bob.extension
-
bob.bio.base
-
bob.io.base
...
...
@@ -33,17 +33,17 @@ requirements:
-
bob.ip.color
-
bob.ip.qualitymeasure
-
bob.learn.libsvm
-
bob.ip.dlib
-
bob.ip.facelandmarks
-
bob.rppg.base >=2.0.0
-
opencv
-
scikit-learn
-
scikit-image
run
:
-
python
-
setuptools
-
six
-
numpy >=1.11
-
scikit-learn
-
scikit-image
-
opencv
-
{{
pin_compatible('numpy')
}}
-
{{
pin_compatible('scikit-learn')
}}
-
{{
pin_compatible('scikit-image')
}}
test
:
imports
:
...
...
@@ -67,7 +67,9 @@ test:
-
bob.db.mobio
-
bob.db.maskattack
-
bob.db.casiasurf
-
bob.rppg.base
-
bob.ip.dlib
-
bob.ip.facelandmarks
-
bob.ip.mtcnn
# [linux]
about
:
home
:
https://www.idiap.ch/software/bob/
...
...
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