Skip to content
Snippets Groups Projects
Commit 02b4220b authored by Olegs NIKISINS's avatar Olegs NIKISINS
Browse files

Merge branch 'fixing-builds' into 'master'

Fixing builds: tests and conda recipe

See merge request !50
parents 2612a3e6 dde4846c
Branches
Tags
1 merge request!50Fixing builds: tests and conda recipe
Pipeline #
...@@ -248,8 +248,8 @@ def test_video_face_crop(): ...@@ -248,8 +248,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]) == 1251500 assert np.sum(faces[0][1]) == 1238664
assert np.sum(faces[-1][1]) == 1251500 assert np.sum(faces[-1][1]) == 1238664
#============================================================================== #==============================================================================
......
...@@ -27,6 +27,7 @@ requirements: ...@@ -27,6 +27,7 @@ requirements:
- bob.bio.base - bob.bio.base
- bob.io.base - bob.io.base
- bob.ip.base - bob.ip.base
- scikit-learn
- bob.pad.base - bob.pad.base
- bob.bio.face - bob.bio.face
- bob.bio.video - bob.bio.video
...@@ -40,6 +41,9 @@ requirements: ...@@ -40,6 +41,9 @@ requirements:
- six - six
- sphinx - sphinx
- numpy - numpy
- scikit-learn
- bob.ip.dlib
- bob.ip.facelandmarks
test: test:
imports: imports:
...@@ -57,9 +61,10 @@ test: ...@@ -57,9 +61,10 @@ test:
- sphinx - sphinx
- sphinx_rtd_theme - sphinx_rtd_theme
- gridtk - gridtk
- scikit-learn - bob.db.replay
- bob.ip.dlib - bob.db.replaymobile
- bob.ip.facelandmarks - bob.db.msu_mfsd_mod
- bob.db.mobio
about: about:
home: https://www.idiap.ch/software/bob/ home: https://www.idiap.ch/software/bob/
......
...@@ -64,7 +64,7 @@ Feature Extractors ...@@ -64,7 +64,7 @@ Feature Extractors
Matching Algorithms Matching Algorithms
------------------------------ ------------------------------
.. automodule:: bob.pad.face.algorithm .. automodule:: bob.pad.base.algorithm
Utilities Utilities
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment