Tadas Baltrusaitis
839e1bc738
Working on sequence captures.
2017-11-08 20:50:46 +00:00
Tadas Baltrusaitis
e8511cd10f
Working on SequenceCapture functionality.
2017-11-08 19:38:37 +00:00
Tadas Baltrusaitis
9c1fc21da1
Script fixes, and confidence correction where it should be (not in the executable scripts), starting work on capture in utilities
2017-11-08 09:02:50 +00:00
Tadas Baltrusaitis
b37335052c
Fix with sequence recording.
2017-11-06 20:24:04 +00:00
Tadas Baltrusaitis
ab8aaa19ed
Some more simplification.
2017-11-05 09:21:55 +00:00
Tadas Baltrusaitis
3b084fa4f3
Some small fixes on recording in feature extraction.
2017-11-05 08:56:25 +00:00
Tadas Baltrusaitis
1159caba75
Output similarity aligned faces through recorder.
2017-11-05 08:51:27 +00:00
Tadas Baltrusaitis
db1fef46eb
Video output bug fix.
2017-11-05 08:24:42 +00:00
Tadas Baltrusaitis
c80016fc0c
Some recording fixes and cleanup
2017-11-05 08:14:01 +00:00
Tadas Baltrusaitis
cb229ad50b
More recorder simplification.
2017-11-04 20:57:24 +00:00
Tadas Baltrusaitis
7f3ed9c855
Towards a big recording simplification.
2017-11-03 20:00:24 +00:00
Tadas Baltrusaitis
1d8bc8c510
Fixes.
2017-11-03 16:40:07 +00:00
Tadas Baltrusaitis
16918e7fb5
More work on recording, getting there
2017-11-03 09:04:00 +00:00
Tadas Baltrusaitis
b60669fa62
Continuing work on the recorder.
2017-11-03 08:34:55 +00:00
Tadas Baltrusaitis
be5a4cd41d
Small fix for references in class variables.
2017-11-02 09:08:24 +00:00
Tadas Baltrusaitis
822ade42b9
Working for first incorporation of Recorder to FeatureExtraction
2017-11-01 20:29:57 +00:00
Tadas Baltrusaitis
b9378f8e5e
Starting work on a separate recorder, this will allow for a nicer separation of executables and utilities and make it much easier to integrate with the GUI as it will not rely on it's own recorder.
2017-11-01 19:39:49 +00: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
ae7497ef09
Fixes for linking to OpenBLAS.
2017-10-25 20:16:37 +01:00
Tadas Baltrusaitis
85a201c508
OpenBLAS cmake fixes.
2017-10-25 07:40:31 +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
c9061824c5
Adding direct OpenBLAS code for some speedups.
2017-10-23 18:54:02 +01:00
Tadas Baltrusaitis
36f12c6d33
Merge branch 'develop' of https://github.com/TadasBaltrusaitis/OpenFace into develop
2017-10-23 17:58:54 +01:00
Tadas Baltrusaitis
f038f8cc65
AU prediction de-coupling from landmark detection modules, allowing different PDMs to be used (or a different 68 point detector altogether).
2017-10-23 17:58:35 +01:00
Tadas Baltrusaitis
7bbca6c48c
Gaze output correction
2017-10-22 20:55:47 +01:00
Tadas Baltrusaitis
729d9a9a85
Adding ability to output eye landmark locations during image processing.
2017-10-22 20:02:54 +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
1cfb765bb9
Gaze estimation correction with offset, changing world coordinates to be default ones.
2017-10-20 21:59:10 +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
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
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
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
1c546298b8
A small fix for linux compilation.
2017-03-08 14:25:13 -05:00
Tadas Baltrusaitis
52c50b4ff3
- Fixing the issue with gaze not tracking properly in video and landmark modes.
...
- Fixing the simscale/simalign bug
2017-03-08 11:46:50 -05:00
somacoder
764337e2a1
Disable Key Presses if Quiet Mode Enabled
...
Enables running without OpenCV calling on GTK, which you do not installed if running in a non-interactive manner. Perhaps better solution exist if "interactive" command line was added.
2017-03-05 15:49:01 -05:00
Tadas Baltrusaitis
51f442a3e2
Merge pull request #107 from CJxD/develop
...
Fix CMake install process for Unix make install
2017-01-03 14:20:34 -05:00
Chris Watts
dbe677db38
Forgot to add fallback define for CONFIG_DIR in FaceLandmarkImg
2016-12-31 16:52:30 +00:00
Chris Watts
4260f6a20e
Fix AU and triangulation loading for FaceLandmarkImg and FeatureExtraction
2016-12-29 23:40:03 +00:00
Chris Watts
d21921efdd
Include FeatureExtraction in installed bin directory
2016-12-29 23:39:00 +00:00
Guillaume Chanel
11031f5a36
Bug correction: FeatureExtraction file header corrected.
2016-09-16 10:49:18 +02: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
Tadas Baltrusaitis
1b804c95b6
Merge branch 'master' into develop
2016-09-06 10:37:03 -04:00
Tadas Baltrusaitis
ef15d5c2cd
Getting rid of compiler warnings.
2016-08-14 10:20:07 -04:00
Tadas Baltrusaitis
4c2e0bd9a0
Getting rid of some warnings.
2016-08-13 17:56:17 -04:00
Tadas Baltrusaitis
a81f1d3223
Merge pull request #39 from Temigo/master
...
Fix install in CMakeLists.txt files
2016-08-04 14:13:33 -04:00
Tadas Baltrusaitis
5416048697
Corrections for output, faster compilation in VS2015, retuning experiments.
2016-08-01 13:39:52 -04:00
Tadas Baltrusaitis
2f667bf23d
Ubuntu case sensitivity fix in travis test, making sure a check is made to see if image output is successful.
2016-08-01 10:14:58 -04:00
Temigo
eedf6ea37e
Fix install in CMakeLists.txt files
2016-08-01 11:34:23 +02:00
Tadas Baltrusaitis
3fc388cdeb
Fixes with -inroot and -outroot
2016-07-31 20:55:29 -04:00