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

Added mobio db to conda recipe, fixed unit tests

parent ab480ecd
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]) == 1253048 assert np.sum(faces[0][1]) == 1251500
assert np.sum(faces[-1][1]) == 1253048 assert np.sum(faces[-1][1]) == 1251500
#============================================================================== #==============================================================================
......
...@@ -64,6 +64,7 @@ test: ...@@ -64,6 +64,7 @@ test:
- bob.db.replay - bob.db.replay
- bob.db.replaymobile - bob.db.replaymobile
- bob.db.msu_mfsd_mod - bob.db.msu_mfsd_mod
- bob.db.mobio
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