Commit Graph

13 Commits

Author SHA1 Message Date
Brandon Amos fe8f73eb69 Tests: Generalize to Python 2 and 3. Run Python 2 by default. 2017-04-24 18:01:10 -04:00
Andrew 71ee6ee747 Make OpenFace work with Python 3 (#231)
* Make OpenFace Python 3 compatible, retaining Python 2 compatibility.
Tests could be parameterised to test for either Python 2 or 3.
Tests currently fail due to different library calculation outcomes?

* Tiny change to remove the dependency on nosetest3.

* Dockerfile updates for OpenFace + Python3 + Dlib19.2 + OpenCV3.2

* Revert "Dockerfile updates for OpenFace + Python3 + Dlib19.2 + OpenCV3.2"

This reverts commit ec08fc9226.

* Change for python2 backwards compatibility

* Change for python2 backwards compatibility

* Change to ensure python2 backwards compatibility

* Change to ensure python2 backwards compatibility
2017-04-24 17:50:16 -04:00
NMA 041c90f0c1 Added --multi option to infer operation to show a list of faces detected (#189)
* Added --multi option to infer operation to show a list of faces detected in image

* Added testing for infer --multi demo
2016-09-22 06:51:04 -04:00
Brandon Amos dd4f084c85 Remove --version 2 from tests. 2016-07-15 16:00:43 -04:00
Dante Knowles 3e679b9fb9 Added align dlib v2 2016-06-07 20:26:28 +00:00
Brandon Amos a1a644c44c Tests: Make lfwSubset assertions more informative. 2016-02-21 16:18:16 -05:00
Brandon Amos 9d1bd99579 Update copyright notices.
sed -i "/[Cc]opyright.*2015.*Carnegie Mellon University/s/2015/2015-2016/;"  $(git grep '[Cc]opyright.*Carnegie Mellon University'  | sed 's/:.*//' | uniq)
2016-01-13 14:52:52 -05:00
Brandon Amos f96b206765 Use nn4.small2.v1 by default. 2016-01-12 15:46:57 -05:00
Brandon Amos 8e29377952 Tests: Add more debug output for failed tests. 2016-01-12 13:31:00 -05:00
Brandon Amos 17e8dc5f2b Tests: Use tmp directory when writing to disk. 2016-01-11 17:36:54 -05:00
Brandon Amos c69bb8434e Fix comments at the top of tests. 2016-01-11 12:41:23 -05:00
Brandon Amos d48957bcdf Tests: Fix falke8 errors. 2016-01-11 12:29:07 -05:00
Brandon Amos 9ed7a42c85 Move tests to separate directory. 2016-01-11 12:13:14 -05:00