Skip to content
Snippets Groups Projects
Commit a080cb66 authored by Pavel KORSHUNOV's avatar Pavel KORSHUNOV
Browse files

fixing test_video_face_crop and conda recipe

parent 2612a3e6
No related branches found
No related tags found
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]) == 1253048
assert np.sum(faces[-1][1]) == 1251500 assert np.sum(faces[-1][1]) == 1253048
#============================================================================== #==============================================================================
......
...@@ -60,6 +60,7 @@ test: ...@@ -60,6 +60,7 @@ test:
- scikit-learn - scikit-learn
- bob.ip.dlib - bob.ip.dlib
- bob.ip.facelandmarks - bob.ip.facelandmarks
- bob.db.replay
about: about:
home: https://www.idiap.ch/software/bob/ home: https://www.idiap.ch/software/bob/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment