Tadas Baltrusaitis
079c282074
Trying to fix issues with OpenBLAS include
2018-06-22 19:23:54 +01:00
Tadas Baltrusaitis
5e0ebf26f8
Attempt to force the use of OpenBLAS
2018-06-22 08:08:45 +01:00
Tadas Baltrusaitis
dbd921bd88
Attempting to move to modern cmake
2018-06-21 17:45:23 +01:00
Tadas Baltrusaitis
34de2bcb88
Dlib include fix.
2018-06-20 20:39:41 +01:00
Tadas Baltrusaitis
cdecf902cd
Updating licensing in source code files. More thorough travis tests.
2018-05-29 18:03:26 +01:00
Tadas Baltrusaitis
b25544af2f
Another attempt at making travis run, and correcting self-asignment which would have led to a bug once GUI aligned image scaling is implemented.
2018-05-08 20:28:05 +01:00
Tadas Baltrusaitis
e6849c6b52
Moving to AVX instead of AVX2, compiler warning fixes. Losing dependency on OpenCV C style bindings for affine warping.
2018-05-07 21:54:52 +01:00
Tadas Baltrusaitis
838337c760
Moving OpenFace 2.0 to develop branch and getting ready for master.
2018-05-06 08:19:09 +01:00
Tadas Baltrusaitis
bb7a5f197b
Starting the move to OpenCV 3.4
2018-02-01 20:10:10 +00:00
Tadas Baltrusaitis
b224fcdfc9
Merge branch 'master' of https://github.com/TadasBaltrusaitis/OpenFace into feature/Windows-GUI
...
# Conflicts:
# .gitignore
# exe/FaceLandmarkVidMulti/FaceLandmarkVidMulti.cpp
# lib/local/FaceAnalyser/FaceAnalyser.vcxproj
# lib/local/LandmarkDetector/include/LandmarkDetectorUtils.h
# lib/local/LandmarkDetector/src/LandmarkDetectorUtils.cpp
# matlab_runners/Demos/feature_extraction_demo_vid.m
# matlab_runners/Demos/gaze_extraction_demo_vid.m
2017-12-29 16:27:00 +00:00
Tadas Baltrusaitis
7b039b2e7a
Adding images for new wiki entries and some code for packaging releases.
2017-12-28 19:47:49 +00:00
Tadas Baltrusaitis
f9b979c547
Make file fixes.
2017-12-17 08:49:12 +00:00
Tadas Baltrusaitis
6500865a0b
Code cleanup with visualization.
2017-11-14 07:54:02 +00:00
Tadas Baltrusaitis
5ce0a8d4bf
More visualization cleanup and removal of redundant code.
2017-11-12 10:55:47 +00:00
Tadas Baltrusaitis
e1c260eee6
Continuing towards visualizer integration and 3D eye landmark inclusion in output. Cleanup of rotation conversion in unilities
2017-11-11 21:13:29 +00:00
Tadas Baltrusaitis
67bf8706de
Merge branch 'develop' into feature/Windows-GUI
...
# Conflicts:
# OpenFace.sln
# lib/local/FaceAnalyser/FaceAnalyser.vcxproj.filters
# lib/local/GazeAnalyser/GazeAnalyser.vcxproj
2017-10-26 17:42:43 +01:00
Tadas Baltrusaitis
7bcbb5e189
Separating gaze analysis into a separate project, getting closer to being ready to integrate GUI and CE-CLM branches.
2017-10-26 08:50:15 +01:00
Tadas Baltrusaitis
038ce5823d
Merge branch 'develop' into feature/Windows-GUI
...
# Conflicts:
# exe/FaceLandmarkVidMulti/FaceLandmarkVidMulti.cpp
# lib/local/GazeAnalyser/src/GazeEstimation.cpp
# lib/local/LandmarkDetector/include/LandmarkDetectorFunc.h
# lib/local/LandmarkDetector/src/LandmarkDetectorFunc.cpp
2017-10-25 17:21:47 +01:00
Tadas Baltrusaitis
884a063ca7
Merge branch 'develop' of https://github.com/TadasBaltrusaitis/OpenFace into feature/Windows-GUI
...
# Conflicts:
# exe/FaceLandmarkImg/FaceLandmarkImg.cpp
# exe/FeatureExtraction/FeatureExtraction.cpp
# lib/local/FaceAnalyser/FaceAnalyser.vcxproj
# lib/local/FaceAnalyser/include/FaceAnalyser.h
# lib/local/FaceAnalyser/include/Face_utils.h
# lib/local/FaceAnalyser/include/PAW.h
# lib/local/FaceAnalyser/include/PDM.h
# lib/local/FaceAnalyser/src/FaceAnalyser.cpp
# lib/local/FaceAnalyser/src/FaceAnalyserParameters.cpp
# lib/local/FaceAnalyser/src/Face_utils.cpp
# lib/local/FaceAnalyser/src/PAW.cpp
# lib/local/FaceAnalyser/src/PDM.cpp
# lib/local/GazeAnalyser/include/GazeEstimation.h
# lib/local/GazeAnalyser/src/GazeEstimation.cpp
# lib/local/LandmarkDetector/include/LandmarkDetectorUtils.h
# lib/local/LandmarkDetector/src/LandmarkDetectorUtils.cpp
# matlab_runners/Action Unit Experiments/results/BP4D_valid_res_class.txt
# matlab_runners/Action Unit Experiments/results/BP4D_valid_res_int.txt
# matlab_runners/Action Unit Experiments/results/Bosphorus_res_class.txt
# matlab_runners/Action Unit Experiments/results/Bosphorus_res_int.txt
# matlab_runners/Action Unit Experiments/run_AU_prediction_BP4D.m
# matlab_runners/Demos/feature_extraction_demo_vid.m
# matlab_runners/Full_test_suite.m
2017-10-24 08:29:32 +01:00
Tadas Baltrusaitis
4b85fe21ac
Reporting a gaze angle that makes more sense.
2017-10-22 10:03:23 +01:00
Tadas Baltrusaitis
f98ae0747e
Big restructure of the code, moving closer to a new version with a GUI:
...
- Adding a new boost version (1.63)
- Decoupling FaceAnalyser from LandmarkDetector
- FaceAnalyser is much easier to load with a parameters class
- Moving GazeAnalyser as a separate library
- GUI now uses new FaceAnalyser, LandmarkDetector, and GazeAnalyser
2017-05-18 17:04:38 -04:00