Tadas Baltrusaitis
959163a30f
Work on reproducing experiments with CE-CLM and the new interface.
2018-03-30 16:50:59 +01:00
Tadas Baltrusaitis
b948d1388d
Integrating up to YT experiments
2018-03-01 07:57:26 +00:00
Tadas Baltrusaitis
2ec1f68a17
Adapting head pose and feature point experiments to the new interface.
2018-02-27 17:58:32 +00:00
Tadas Baltrusaitis
a9ab4483c5
YT dataset using the new interface.
2018-02-15 16:44:23 +00:00
Tadas Baltrusaitis
75c0a54d60
More changes to floats, and removing limiting of pose as that leads to an odd bug with the way rotations are currently represented internally.
2017-10-17 21:42:35 +01:00
Tadas Baltrusaitis
c54a1e915c
Test suite after simplification to floats.
2017-10-03 06:56:36 +01:00
Tadas Baltrusaitis
38776f2436
Results with new optimization.
2017-09-25 20:53:23 +01:00
Tadas Baltrusaitis
d519e417e9
Updating experiments with all of the retrained CE-CLM models
2017-09-22 16:44:13 +01:00
Tadas Baltrusaitis
06c3aeb280
- AUs retrained using CE-CLM landmark detection
...
- bug fix with -gaze parameter
- bug fix with prefered location of bounding box
- re-initializing more often
2017-09-21 19:15:03 +01:00
Tadas Baltrusaitis
95df992d0c
Running a full set of experiments.
2017-09-15 18:35:01 +01:00
Tadas Baltrusaitis
62d4c4c8ce
Speedup of CEN patch experts for frontal views.
2017-09-14 07:17:02 +01:00
Tadas Baltrusaitis
f5b364c54b
- Choosing better CE-CLM models for C++ (more general and work well in a broader setting)
...
- Reducing the memory load of the model in C++ by half
2017-09-13 19:39:11 +01:00
Tadas Baltrusaitis
99a5fa160b
Full run of evaluation suite using CE-CLM
2017-09-11 15:24:30 +01:00
Tadas Baltrusaitis
7879cbbb5e
Extra files for 300VW experiments
2017-09-01 20:16:42 +01:00
Tadas Baltrusaitis
2225ec6f45
First feature point experiment results on 300VW data using CE-CLM C++ version.
2017-09-01 19:31:28 +01:00
Tadas Baltrusaitis
3f2e6f228a
C++ testing on 300W test set.
2017-08-11 15:01:32 -04:00
Tadas Baltrusaitis
f19fab7ff7
Bringing CE-CLM up to speed with master.
2017-08-03 11:14:49 -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
283bf810db
Sparse models in C++, gain in speed
2017-07-20 12:12:13 -04:00
Tadas Baltrusaitis
fa1d8e7437
Adding extra feature point experiment support for CE-CLM
2017-06-21 13:19:10 -04:00
Tadas Baltrusaitis
cb5f492bb4
Prepared 300W experiments for feature points.
2017-06-20 18:58:48 -04:00
Tadas Baltrusaitis
28ec423d1c
Setting up feature point experiments.
2017-06-20 18:31:45 -04:00
TadasBaltrusaitis
58daee692e
Merge branch 'master' into feature/DCCNF
...
# Conflicts:
# .gitignore
# exe/FaceLandmarkImg/FaceLandmarkImg.cpp
# exe/FeatureExtraction/FeatureExtraction.cpp
# matlab_runners/Feature Point Experiments/results/in-the-wild-res-no-outline.pdf
# matlab_runners/Feature Point Experiments/results/landmark_detections.mat
# matlab_runners/Feature Point Experiments/run_OpenFace_feature_point_tests_300W.m
# matlab_runners/Gaze Experiments/mpii_1500_errs.mat
2017-04-10 11:04:30 -04:00
TadasBaltrusaitis
8ef1754999
Slight accuracy improvement on landmarks.
2017-02-09 09:47:38 -05:00
TadasBaltrusaitis
56dac1d3a6
Another DCLM speedup.
2017-02-08 11:34:23 -05:00
TadasBaltrusaitis
5875786006
DCLM speed up.
2017-02-08 09:10:01 -05:00
TadasBaltrusaitis
c7d2a499d8
Results of running C++ DCLM on videos.
2017-02-07 09:22:53 -05:00
Tadas Baltrusaitis
8054577710
Making sure the full set of experiments can run on both unix and Windows machines and that the results are the same.
2017-01-05 11:24:39 -05:00
Unknown
1b13794a47
Ability to run the full experiment suite in unix
2017-01-04 17:32:38 -05:00
Tadas Baltrusaitis
7b2bd15f2e
- A bug fix in FeatureExtraction when video is shorter than 3 frames.
...
- A small fix in head pose experiment output
2016-12-16 12:13:36 -05:00
Tadas Baltrusaitis
6207fd53c8
Adding DCLM res on landmarks.
2016-12-13 14:30:11 -05:00
Tadas Baltrusaitis
fc99077f72
More work on video baselines.
2016-09-20 11:02:41 -04:00
Tadas Baltrusaitis
3b33fdc44d
More work towards 300VW evaluation.
2016-09-15 16:17:00 -04:00
Tadas Baltrusaitis
874d8a9823
Towards 300VW evaluation
2016-09-09 17:36:16 -04:00
Tadas Baltrusaitis
c1ff40399e
Bug fixes
2016-09-06 12:32: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
3a9a17d5fd
Some cleanup and making sure all the tests run on Windows
2016-07-22 11:28:45 -04:00
Tadas Baltrusaitis
2128589309
A lot of changes:
...
- New AU recognition models trained on extra datasets - Bosphorus, UNBC, FERA2011
- Cleaner and clearer separation of static and dynamic AU models
- AU training code cleaned up and instructions added
- bug fixes with median feature computation
- AU prediction correction (smoothing and shifting) with post processing
2016-07-22 09:35:50 -04:00
unknown
57e58a6949
Master commit of OpenFace.
2016-04-28 15:40:36 -04:00