Commit Graph

14 Commits

Author SHA1 Message Date
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
Brandon Amos 4d0280557c Revert "Update tests to use numpy.testing"
This reverts commit 882109c141.
2016-10-16 01:32:00 -04:00
Brandon Amos 882109c141 Update tests to use numpy.testing 2016-10-15 18:22:40 -04:00
Brandon Amos 84576d252d Remove align_v2.
align_v2 manually computes the same affine transformation as align_v1
2016-07-15 15:14:58 -04:00
Dante Knowles 3e679b9fb9 Added align dlib v2 2016-06-07 20:26:28 +00: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 6b6ed234f9 Fix flake8 warnings. 2016-01-12 17:59:04 -05:00
Brandon Amos dcc9acc771 Update API test to latest model. 2016-01-12 17:10:49 -05:00
Brandon Amos d4a5e342b9 Add blank line. 2016-01-12 14:32:54 -05:00
Brandon Amos a4dd1c74ee API Tests: Remove image norms. 2016-01-12 13:26:24 -05:00
Brandon Amos 338a0e43fd Tests: Disable rgb check. 2016-01-12 11:54:36 -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