Commit Graph

555 Commits

Author SHA1 Message Date
Tadas Baltrusaitis f55ad777e1 Some small fixes after the merge. 2017-10-18 03:09:47 -04: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 ddd0536b70 ZeroMQ dependencies. 2017-10-17 09:03:39 +01:00
Tadas Baltrusaitis a47cbc5fd8 Some adaptation of experiments with new visualization. 2017-10-14 21:26:04 +01:00
Tadas Baltrusaitis 239ce3f693 Better script for reading hog files. 2017-10-13 08:56:27 +01:00
Tadas Baltrusaitis 46bd0869ad More fine grained visualization during FeatureExtraction, and updating face validation readme. 2017-10-13 08:38:12 +01:00
Tadas Baltrusaitis a4d20fc9b4 A small change to MPII script (not using wild parameters makes it more accurate). 2017-09-19 10:55:04 +01:00
Tadas Baltrusaitis c6a26861e6 Merge pull request #250 from Lydorn/patch-1
Update LandmarkDetectorUtils.cpp
2017-09-19 10:19:43 +01:00
Tadas Baltrusaitis 91c3016d1a Bug fix when -gaze is used. 2017-09-19 10:18:57 +01:00
Nicolas Girard d01ade795b Update LandmarkDetectorUtils.cpp
Important change: Lines 1446 and 1446, fixed loop index not being used
The other lines are identical, I had a warning about changing the file encoding from windows-* to utf8 maybe that is why.
2017-09-18 15:19:41 +02:00
Tadas Baltrusaitis c7f0e5e926 Newest results. 2017-09-11 08:03:29 +01:00
Tadas Baltrusaitis f02951954c Removing clang compilation with travis. 2017-09-10 21:07:37 +01:00
Tadas Baltrusaitis ec3adc5129 Another attempt at clang tbb travis fix. 2017-09-10 19:16:39 +01:00
Tadas Baltrusaitis 702a4112b9 Potential travis fix. 2017-09-10 16:31:03 +01:00
Tadas Baltrusaitis 1685a9c6a8 A bug fix with hierarchical models and the multi-view setting. 2017-09-10 12:30:19 +01:00
Tadas Baltrusaitis cdd258330f Merge branch 'feature/new_validator' into develop 2017-08-02 13:40:56 -04:00
Tadas Baltrusaitis 9a92d4d9c8 Removing legacy CLM-Z models. 2017-08-02 13:39:31 -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 83f6e11935 Small fix. 2017-07-29 11:22:35 -04:00
Tadas Baltrusaitis 39d0dac347 Bug fix with writing video file out when -fdir is used for loading video in. 2017-07-25 14:18:45 -04:00
Tadas Baltrusaitis 8daf4cf69c Merge branch 'master' into develop 2017-06-20 17:26:01 -04:00
Tadas Baltrusaitis d40e57a4c4 Merge pull request #205 from yorkie/fix/detector
parameters: when fdloc provided, set detector to use HAAR cascade
2017-06-15 12:06:02 -04:00
yorkie a539e73b93 parameters: when fdloc provided, set detector to use HAAR cascade 2017-06-15 11:13:42 +08:00
Tadas Baltrusaitis 34c81ee113 Merge pull request #202 from yorkie/add/fdloc
add -fdloc for customize face detection/classifier files
2017-06-14 15:11:48 -04:00
yorkie 138c8bd463 add -fdloc for customize face detection/classifier files 2017-06-14 11:46:44 +08:00
Tadas Baltrusaitis 10c53c8df8 Corrections of the copyright. 2017-06-06 18:53:06 -04:00
Tadas Baltrusaitis fbc1f5b699 ZeroMQ fixes for head pose tracker and solution fixes for head pose mode. 2017-05-29 16:42:36 -04:00
Tadas Baltrusaitis cd68dd39c1 Adding missing ZMQ packages 2017-05-29 15:54:07 -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 788356c685 - Adding proper license
- Cleaning up image processing
2017-05-15 14:55:18 -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 ee3dc71d0f Update README.md 2017-05-09 19:01:10 -04:00
Tadas Baltrusaitis e678fb19f9 Updates to images 2017-05-09 16:35:04 -04:00
Tadas Baltrusaitis 6e8de1706c A matlab compatibility fix. 2017-05-09 16:06:55 -04:00
Tadas Baltrusaitis 6973296f01 Adding different sample files and replacing images in the wiki. 2017-05-09 13:21:12 -04:00
Tadas Baltrusaitis 69de6fb83d Another fix for renaming and relocating sample images. 2017-05-09 12:20:10 -04:00
Tadas Baltrusaitis d460c740ee Travis does not deal well with wmv files 2017-05-09 11:06:59 -04:00
Tadas Baltrusaitis 83809c1ca6 Fixes for travis and appveyor 2017-05-09 10:11:21 -04:00
Tadas Baltrusaitis 69a2d9738b Merge remote-tracking branch 'origin/develop' into develop 2017-05-08 21:36:55 -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 825a2ca5ae Merge pull request #176 from dshahrokhian/installer
Remove duplicate repo and unecessary commands.
2017-05-01 10:58:21 -04:00
Daniyal Shahrokhian f0ee13997e Merge branch 'master' into installer 2017-05-01 09:51:17 +02:00
Daniyal Shahrokhian e39890fa90 Remove duplicate repo and unecessary commands. 2017-05-01 09:34:07 +02:00
Tadas Baltrusaitis 972857ab6c Merge pull request #174 from ssk2/master
Fix heading formatting in README.md.
2017-04-27 19:31:26 -04:00
Sunil Shah b35adbad91 Fix heading formatting in README.md. 2017-04-27 13:16:24 -07:00
Tadas Baltrusaitis a5fd98f822 Standalone head pose module with ZeroMQ streaming 2017-04-17 15:47:27 -04:00
Tadas Baltrusaitis ba1e55abe7 Confirming the experiments still run and results are correct. 2017-04-17 08:53:48 -04:00