Commit Graph

41 Commits

Author SHA1 Message Date
Tadas Baltrusaitis 57c8bb75ea Working on the visualizer interoperability. 2018-01-19 16:17:22 +00:00
Tadas Baltrusaitis a84eea57c8 Finishing HOG recording, starting to integrate a visualizer, so that output videos/images are consistent in C++ and C# 2018-01-19 08:58:37 +00:00
Tadas Baltrusaitis d6654dec55 Towards HOG recording. 2018-01-19 08:10:34 +00:00
Tadas Baltrusaitis 3b21213f41 Towards getting hog recording in GUI image processing. 2018-01-18 21:55:15 +00:00
Tadas Baltrusaitis df23dc2eb5 Recording CSV data in images. 2018-01-18 17:19:44 +00:00
Tadas Baltrusaitis 98e45c5cd0 More recording in c sharp work 2018-01-18 16:34:31 +00:00
Tadas Baltrusaitis a916e68fdb Gaze and AU support when recording 2018-01-18 15:47:58 +00:00
Tadas Baltrusaitis d5f63dbbe3 Continuing work on the recorder interop for recording in c# 2018-01-18 08:08:29 +00:00
Tadas Baltrusaitis deec0528cb Working on the recorder interop 2018-01-16 08:58:51 +00:00
Tadas Baltrusaitis 05efaf730c Correction of gaze line visualization and starting on the recorder interop. 2018-01-16 07:51:47 +00:00
Tadas Baltrusaitis 2e9f75e0ad More work on GUI for image processing support 2018-01-12 09:39:59 +00:00
Tadas Baltrusaitis a13ebf2e4e no message 2018-01-10 17:43:05 +00:00
Tadas Baltrusaitis 2c2ba97361 Morw work on GUI image processing. 2018-01-10 08:27:16 +00:00
Tadas Baltrusaitis c72224c938 Adding a missing file 2018-01-09 19:37:09 +00:00
Tadas Baltrusaitis 5f500117e2 More work towards GUI with new interface. 2018-01-09 18:14:15 +00:00
Tadas Baltrusaitis 07dadf6600 Working towards new interface with GUI 2018-01-09 17:08:39 +00:00
Tadas Baltrusaitis fd45ec7ca5 Making sure stuff compiles after the merge. 2018-01-02 18:09:11 +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 0ac039d708 Preparing for processing of image files, and a new image output format. 2017-10-30 09:43:03 +00:00
Tadas Baltrusaitis 8d996cce62 Preparing for static AU prediction. 2017-10-30 07:50:33 +00:00
Tadas Baltrusaitis 569a81ae39 Bounding box visualization fix for opening image sequences in the GUI. 2017-10-29 10:43:25 +00:00
Tadas Baltrusaitis 9db16cbb60 Adding missing OpenBLAS refs, also unifying csv output precision between GUI and console versions of code. 2017-10-28 22:03:12 +01:00
Tadas Baltrusaitis 4b85fe21ac Reporting a gaze angle that makes more sense. 2017-10-22 10:03:23 +01:00
Tadas Baltrusaitis f55ad777e1 Some small fixes after the merge. 2017-10-18 03:09:47 -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 41fc0bd43c Unifying input and output of GUI and command line versions. 2016-12-09 15:07:31 -05:00
Tadas Baltrusaitis 29d13878da Towards AU post-processing in the GUI. 2016-12-09 10:06:04 -05:00
Tadas Baltrusaitis d0cf22969c Fixing gaze visualization, making sure the tests still run correctly. Adding other AU datasets for testing. 2016-12-06 13:02:45 -05:00
Tadas Baltrusaitis 0befd5f756 Allowing to control the size of aligned output image 2016-12-05 17:28:39 -05:00
Tadas Baltrusaitis 984cfb58e7 Adding gaze angle to features and to visualization. 2016-12-02 14:21:24 -05:00
Tadas Baltrusaitis a57fbdea7b Towards better eye landmark vis. 2016-11-28 15:34:42 -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
Tadas Baltrusaitis 603c6ea61b Some renaming 2016-10-06 12:10:44 -04:00
Tadas Baltrusaitis 05c7d4710c Gaze visualization changes. 2016-10-06 10:05:25 -04:00
Tadas Baltrusaitis 80210f267f Projection bug fix. 2016-10-05 17:12:25 -04:00
Tadas Baltrusaitis 7f3b8c86fb Going around an OpenCV xml bug. 2016-10-05 12:39:44 -04:00
Tadas Baltrusaitis c23db4b5e8 Fixes to camera loading. 2016-10-04 21:14:41 -04:00
Tadas Baltrusaitis 0a5110a003 Merge branch 'master' into Windows-GUI
Conflicts:
	.gitignore
	matlab_runners/Action Unit Experiments/DISFA_valid_res.txt
	matlab_runners/Feature Point Experiments/results/fps_yt.mat
	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/Gaze Experiments/mpii_1500_errs.txt
	matlab_runners/Head Pose Experiments/results/Pose_OF.mat
2016-10-03 18:11:05 -04:00
Tadas Baltrusaitis e6e547b0a1 GUI initial work (WIP) 2016-05-20 16:48:43 -04:00