Tadas Baltrusaitis
9147dfe2f3
Feature/opencv4 ( #706 )
...
* Travis OpenCV4 update, testing Ubuntu with new OpenCV
* Fix to Ubuntu travis
* Another attempt at OpenCV 4.0 for Ubuntu
* And another OpenCV attempt.
* Simplifying the travis script
* Ubuntu OpenCV 4 support.
* Updating to OpenCV 4, for x64 windows.
* Fixes to move to OpenCV 4 on windows.
* Travis fix for OpenCV 4 on OSX
* Renaming a lib.
* Travis opencv4 fix.
* Building OpenCV4 versions using appveyor.
* Attempt mac travis fix.
* Small travis fix.
* Travis fix attempt.
* First iteration in boost removal and upgrade to C++17
* Test with ocv 4.0
* Moving filesystem out of stdafx
* Some more boost testing with cmake.
* More CMAKE options
* More compiler flag changes
* Another attempt at compiler options.
* Another attempt.
* More filesystem stuff.
* Linking to filesystem.
* Cmake fix with target linking.
* Attempting travis with g++-8
* Attempting to setup g++8 on travis linux.
* Another travis change.
* Adding OpenBLAS to travis and removing g++-8
* Fixing typo
* More travis experiments.
* More travis debugging.
* A small directory change.
* Adding some more travis changes.
* travis typo fix.
* Some reordering of travis, for cleaner yml
* Removing `using namespace std` in order to avoid clash with byte and to make the code more consistent.
* Working towards removing std::filesystem requirement, allow boost::filesystem as well.
* Making boost an optional dependency
* Fixing std issue.
* Fixing cmake issue.
* Fixing the precompiled header issue.
* Another cmake boost fix.
* Including missing files.
* Removing unnecessary includes.
* Removing more includes.
* Changes to appveyor build, proper removal of VS2015
* If boost is present, do not need to link to filesystem.
* Removing un-needed link library.
* oops
* Mac attempt at opencv4 travis.
* Upgrading OCV to 4.1 on VS2018
* Downloading OpenCV binaries through a script
* Triger an appveyor build.
* Upgrading VS version.
* Attempting VS2017 build
* Adding win-32 libraries for OpenCV 4.1
* Adding OpenCV 32 bit libraries.
2019-05-28 19:49:17 +01:00
Tadas Baltrusaitis
126b34f181
Ability to specify output image formats and removing unused quiet parameter.
2018-11-04 13:10:28 +00:00
Tadas Baltrusaitis
a274365998
Feature/code cleanup ( #573 )
...
* Header guard cleanup (making sure naming is compliant with C++ standards and consistent).
* Removing un-needed nullptr checks.
* Removing SSE warnings for x64 builds (as SSE is enabled by default no need for a flag)
* Reverting Mat deletion
2018-09-24 08:10:09 +01:00
Tadas Baltrusaitis
630aba9006
Removing code duplication and getting rid of some C++ warnings due to float/double and signed/unsigned mixing.
2018-09-18 08:24:16 +01:00
Tadas Baltrusaitis
7f16788c7b
Removing another OpenBLAS include due to clashes with dlib
2018-06-25 16:43:36 +02:00
Tadas Baltrusaitis
842c0d34d0
Limiting includes to f77blas.h due to dlib clashes.
2018-06-25 16:19:26 +02:00
Tadas Baltrusaitis
d8ec8645dc
Removing cblas.h include as that clashes with other cblas.h implementations (OpenBLAS seems to be different), this leads to clashes with dlib on OS X.
2018-06-25 13:02:15 +01:00
Tadas Baltrusaitis
361d1eb472
More openblas include changes.
2018-06-22 16:48:30 +01:00
Tadas Baltrusaitis
6aa8c83c7d
Moving BLAS headers around
2018-06-21 22:10:53 +01:00
Tadas Baltrusaitis
014207aad0
Attempting to resolve issues with BLAS and dlib clashes.
2018-06-21 20:50:29 +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
15dd0e1b3f
Simplifying response map computation for CEN experts. A minor speedup with grayscale image computation as float.
2018-05-19 23:32:39 +08:00
Tadas Baltrusaitis
53018d09b5
Another attempt at a travis fix.
2018-05-08 21:21:10 +01:00
Tadas Baltrusaitis
67ad47912d
Another attempt at OS X and blas/dlib fix.
2018-05-08 19:44:34 +01:00
Tadas Baltrusaitis
536d96e29a
Removing some warnings and moving dlib includes before blas as there seems to be a double definition otherwise.
2018-05-08 19:15:16 +01:00
Tadas Baltrusaitis
74f42ed41a
Removing some un-needed includes and removing some warnings.
2018-05-08 17:49:46 +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
Séverin Lemaignan
6b65d012a2
[LandmarkDetector] Make sure model paths are checked even when using FaceModelParameters default ctor
2018-03-20 14:30:37 +00:00
Tadas Baltrusaitis
aba6ea646b
TBB removing unneeded headers and libs, also fixing some description of validators.
2018-02-14 17:27:04 +00:00
Tadas Baltrusaitis
ffe2e66081
Visualization fixes.
2018-01-31 08:23:48 +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
1e1a44c61f
Removing no longer needed functions.
2017-12-23 10:13:07 +00:00
Tadas Baltrusaitis
077a8489bc
Bosphorus experiments with the new interface, improved the results slightly.
2017-12-06 15:43:55 +00:00
Tadas Baltrusaitis
c15a5042a9
Confidence reporting bug if not tracked in first frame.
2017-11-24 17:44:32 +00:00
Tadas Baltrusaitis
734c4fd34d
Making sure all modules do eye tracking by default. More work on FaceLandmarkImg simplification.
2017-11-16 09:00:47 +00:00
Tadas Baltrusaitis
5ce0a8d4bf
More visualization cleanup and removal of redundant code.
2017-11-12 10:55:47 +00:00
Tadas Baltrusaitis
e636b4ca7c
Moving shared rotation helpers to utilities, so as not to double code.
2017-11-11 11:57:57 +00:00
Tadas Baltrusaitis
420271ef23
Moving visualization out of landmark detection.
2017-11-11 09:14:45 +00:00
Tadas Baltrusaitis
16918e7fb5
More work on recording, getting there
2017-11-03 09:04:00 +00: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
790e10fdbd
Moving everything to world coordinate space to avoid confusion, it is still possible to call with respect to camera space through code though.
2017-10-24 16:26:08 +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
1f356eb8ae
More changes to bring up to speed for GUI:
...
- Outputting gaze angle
- Outputting eye landmarks
2017-10-21 20:40:18 +01:00
Tadas Baltrusaitis
e71d13a22a
- some cleanup with depth
2017-10-21 12:15:22 +01:00
Tadas Baltrusaitis
0de2379463
Merge branch 'master' into feature/Windows-GUI
...
# Conflicts:
# .gitignore
# exe/FaceLandmarkVid/FaceLandmarkVid.cpp
# exe/FaceLandmarkVidMulti/FaceLandmarkVidMulti.cpp
# exe/FeatureExtraction/FeatureExtraction.cpp
# lib/local/FaceAnalyser/src/FaceAnalyser.cpp
# lib/local/LandmarkDetector/include/LandmarkDetectorUtils.h
# lib/local/LandmarkDetector/src/LandmarkDetectorUtils.cpp
# matlab_runners/Action Unit Experiments/results/DISFA_valid_res.txt
# matlab_runners/Action Unit Experiments/results/FERA2011_res_class.txt
# matlab_runners/Action Unit Experiments/results/SEMAINE_valid_res.txt
# matlab_runners/Demos/Read_HOG_file.m
# matlab_runners/Demos/feature_extraction_demo_img_seq.m
# matlab_runners/Feature Point Experiments/results/fps_yt.mat
# matlab_runners/Feature Point Experiments/results/fps_yt.txt
# matlab_runners/Feature Point Experiments/results/in-the-wild-res-no-outline.pdf
# matlab_runners/Feature Point Experiments/results/landmark_detections.mat
# matlab_runners/Gaze Experiments/mpii_1500_errs.mat
# matlab_runners/Head Pose Experiments/results/Pose_OF.mat
# matlab_runners/Head Pose Experiments/results/Pose_OF.txt
2017-10-18 03:01:47 -04:00
Tadas Baltrusaitis
5959176921
Some big changes:
...
- face validator is a retrained CNN now
- starting retiring CLM-Z from OpenFace
2017-08-01 17:11:02 -04:00
Tadas Baltrusaitis
8eb086545c
Simplified validator model.
2017-07-31 15:55:29 -04:00
Tadas Baltrusaitis
7513cf7964
Speeding up fancy face validation.
2017-07-29 21:11:16 -04:00
Tadas Baltrusaitis
8cc98be724
First try at a new landmark validator.
2017-07-29 18:19:41 -04: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
Tadas Baltrusaitis
fa76d9051c
Merge branch 'master' into feature/Windows-GUI
...
Conflicts:
matlab_runners/Demos/feature_extraction_demo_vid.m
2017-05-15 13:19:11 -04:00
Tadas Baltrusaitis
305af01326
Auto stash before merge of "develop" and "origin/develop"
...
- Adding new license files
- Replacing images with more suitable CC ones
2017-05-08 21:36:23 -04:00
Tadas Baltrusaitis
bd0cebbef0
Merging newest master branch in.
2017-04-14 17:23:51 -04:00
somacoder
86341fae30
Update LandmarkDetectorModel.h
...
Moving default boolean eye model assignment of false to cpp.
2017-02-23 13:45:09 -05:00
Tadas Baltrusaitis
99191fd3c9
Simplification of Recording in WPF through a separate file and data binding (WIP).
2016-12-08 16:14:06 -05:00
Tadas Baltrusaitis
ebf444a236
Displaying eye-landmarks
2016-11-28 16:58:33 -05:00
Tadas Baltrusaitis
9900e8b0de
Simplifying head pose estimation.
2016-11-23 17:17:26 -05:00
Tadas Baltrusaitis
8a30e55f4b
ROI, face distance and demo mode CLNF file.
2016-10-06 16:17:33 -04:00
Guillaume Chanel
358cd6f9e2
Added the possibility to change the output videos codec by specifying the -oc option
...
A warning is now issued in the case the VideoWriter could not be instantiated, advising to change the codec
This change applies to FaceLandmarkVid* and FeatureExtraction executables
The option is used as "-oc CODEC_FOURCC" and defaults to DIVX. If the user inputs a FOURCC with a size different than 4, than the default codec is used
The option is handled by the function get_video_input_output_params in the LandMarkDetector namespace
2016-09-14 09:00:57 +02:00