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
Tadas Baltrusaitis
bd0cebbef0
Merging newest master branch in.
2017-04-14 17:23:51 -04:00
Tadas Baltrusaitis
bfe3d2dc98
Correcting the naming of result display.
2017-04-14 16:55:18 -04:00
Tadas Baltrusaitis
688f1abb07
Merge pull request #148 from dshahrokhian/installer
...
Add installer for Ubuntu 16.04 LTE.
2017-03-14 20:30:57 -04:00
Daniyal Shahrokhian
77764da0d8
Update description of the file.
2017-03-13 23:04:58 +01:00
Daniyal Shahrokhian
b63a340aca
Add installer for Ubuntu 16.04 LTE.
2017-03-13 22:43:59 +01:00
Tadas Baltrusaitis
ed1422dbf7
Merged develop into master
2017-03-08 19:46:53 -05:00
Tadas Baltrusaitis
1c546298b8
A small fix for linux compilation.
2017-03-08 14:25:13 -05:00
Tadas Baltrusaitis
179afdcabc
Sample scaled images.
2017-03-08 11:53:25 -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
Tadas Baltrusaitis
a3e66319b5
Merge pull request #138 from somacoder/master
...
Disable Key Presses if Quiet Mode Enabled
2017-03-06 14:11:17 -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
150c20b917
Merge pull request #131 from somacoder/master
...
ISO C++ forbids in-class initialization of non-const static member
2017-02-28 17:17:02 -05:00
somacoder
15ee31bece
Update LandmarkDetectorModel.cpp
...
Moved eye_model false assignment from header.
2017-02-23 13:46:39 -05: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
7a8e6e8cc3
Revert to old TBB finding.
2017-02-15 12:36:20 -05:00
Tadas Baltrusaitis
6a066587ec
Update TBB find file.
2017-02-15 10:28:56 -05:00
Tadas Baltrusaitis
e5cc957e37
Better UI visualization and scaling.
2017-01-09 16:11:19 -05:00
Tadas Baltrusaitis
72859cac77
Editing camera calibration from the GUI, nicer interface for setting output size
2017-01-06 16:43:55 -05:00
Tadas Baltrusaitis
58f5ba9d0c
Still show the menu bar when the views are off.
2017-01-06 13:04:21 -05:00
Tadas Baltrusaitis
15e26e2352
Bug fix with the view not restarting properly after being cleared.
2017-01-06 10:58:07 -05:00
Tadas Baltrusaitis
bb382043ee
Clearing the screen when stopped pressed or when the video finishes.
2017-01-05 18:13:49 -05:00
Tadas Baltrusaitis
25cb1c7ecb
Working on the GUI, enabling and disabling of the menus
2017-01-05 17:48:14 -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