Skip to content
Snippets Groups Projects
Commit 591326c9 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Move bob.ip.dlib and bob.ip.facelandmarks to test dependencies

parent a260437b
No related branches found
No related tags found
1 merge request!95Move bob.ip.dlib and bob.ip.facelandmarks to test dependencies
Pipeline #29553 passed
......@@ -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]) == 1238664
assert np.sum(faces[-1][1]) == 1238664
assert np.sum(faces[0][1]) == 1238302, np.sum(faces[0][1])
assert np.sum(faces[-1][1]) == 1238302, np.sum(faces[-1][1])
# =============================================================================
......
......@@ -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/
......
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