diff --git a/bob/pad/face/test/test.py b/bob/pad/face/test/test.py index af04373b138828931ac8faecd2c4324f31567a94..c66dadd51834b44d3be17ba5df515d6a01ef59dd 100644 --- a/bob/pad/face/test/test.py +++ b/bob/pad/face/test/test.py @@ -248,8 +248,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]) == 1251500 - assert np.sum(faces[-1][1]) == 1251500 + assert np.sum(faces[0][1]) == 1238664 + assert np.sum(faces[-1][1]) == 1238664 #============================================================================== diff --git a/conda/meta.yaml b/conda/meta.yaml index 8279f74d364421261110bf4f36222a3eff314305..b51e1b47c1c61e3f9d4fbfc4226b0ac6a3b8385d 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -27,6 +27,7 @@ requirements: - bob.bio.base - bob.io.base - bob.ip.base + - scikit-learn - bob.pad.base - bob.bio.face - bob.bio.video @@ -40,6 +41,9 @@ requirements: - six - sphinx - numpy + - scikit-learn + - bob.ip.dlib + - bob.ip.facelandmarks test: imports: @@ -57,9 +61,10 @@ test: - sphinx - sphinx_rtd_theme - gridtk - - scikit-learn - - bob.ip.dlib - - bob.ip.facelandmarks + - bob.db.replay + - bob.db.replaymobile + - bob.db.msu_mfsd_mod + - bob.db.mobio about: home: https://www.idiap.ch/software/bob/ diff --git a/doc/api.rst b/doc/api.rst index 573c695d2335e1a611c9364e5dfbf145dc7ba894..8a763821a21241a62193fe21a0d2a2db457bc402 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -64,7 +64,7 @@ Feature Extractors Matching Algorithms ------------------------------ -.. automodule:: bob.pad.face.algorithm +.. automodule:: bob.pad.base.algorithm Utilities