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

Fixed the nose tests for VideoFaceCrop

parent dce0ad84
No related branches found
No related tags found
1 merge request!50Fixing builds: tests and conda recipe
......@@ -248,12 +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)
print (np.sum(faces[0][1]))
print (np.sum(faces[-1][1]))
# 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
#==============================================================================
......
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