332 Commits

Author SHA1 Message Date
Torsten Wörtwein
369a92caa7 do not force a flush when writing a line to the CSV file (#911)
* do not force a flush when writing a line to the CSV file

* remove spaces from CSV files
2020-10-14 11:31:19 +01:00
Tadas Baltrusaitis
e4a57e11d2 Updating OpenFace to version 2.2.0 (#741)
Change log:

Moving to C++17. This means that the code can only be build using C++17 compilers (e.g. g++ >8 and Visual Studio 2017, clang > 5), fixing related bugs - (#698, #629, #641)
Removing an explicit dependency on boost (all the filesystem operations are performed using std::filesystem or boost::filesysteme). If boost is available it will used boost:filesystem, otherwise std::filesystem (this requires C++17)
Visual Studio 2017 is now the main version for Visual Studio builds, VS 2015 is no longer supported
Updating OpenCV to 4.1 version (#511)
Fixing a bug with output images when using GUI (#694)
Updating RAWImage - #609, so it can be initialized from System.Drawing.Bitmap directly
Fixing overlap detection for multi face tracking (#693)
2019-07-13 19:19:20 +01:00
Tadas Baltrusaitis
caaefae7d3 Develop (#619)
* Removing code duplication and getting rid of some C++ warnings due to float/double and signed/unsigned mixing.

* Fixing the screenshot functionality.

* Feature/code cleanup (#573)

* Header guard cleanup (making sure naming is compliant with C++ standards and consistent).

* Removing un-needed nullptr checks.

* Removing SSE warnings for x64 builds (as SSE is enabled by default no need for a flag)

* Reverting Mat deletion

* Adding Visual Studio 2017 solution

* Feature/code cleanup (#580)

- name of revision
- better scripts for model download (not only in Dropbox also OneDrive)

* Update the OpenCV constants to the corresponding ones in cpp namespace. (#578)

Updating OpenCV macros.

* Slight change in packaging code (use a shared download script).

* Removing TBB dependency (#590)

Removing a TBB dependence for code parallelization (done through OpenCV's parralel_for_

* Updating OpenBLAS (#594)

Updating the 64 bit OpenBLAS version for Windows to 0.3.3 (50% perf improvement on certain machines)

* Ability to specify output image formats and removing unused quiet parameter.

* Update Windows download script (#608) (#610)

- Automatically choose correct path to the model files so that it works for both, source code compilation and binary use
- Use absolute paths in the system exists methods

* Updating version.

* Packaging code update.
2018-11-29 19:49:47 +00:00
Tadas Baltrusaitis
be9b57703c A number of changes to bring up master to version 2.0.6 (#581)
- Removed duplicated code and some C++ warnings
- Fixing snapshot function in HeadPoseLive (test on PC)
- C++ code cleanup (https://github.com/TadasBaltrusaitis/OpenFace/issues/533, https://github.com/TadasBaltrusaitis/OpenFace/issues/534)
- Adding a Visual Studio 2017 solution file
- Moving to C++ OpenCV convention (thanks @taoyudong)
- Storing models in additional locations (see wiki and scripts) https://github.com/TadasBaltrusaitis/OpenFace/issues/553
2018-10-06 21:13:18 +01:00
Tadas Baltrusaitis
6aed4e5e19 Fixing issue with -bboxdir searching in the wrong location. 2018-08-20 19:44:11 +01:00
Tadas Baltrusaitis
44f35af28b Merge remote-tracking branch 'origin/feature/avx-fixes' into develop 2018-08-20 15:34:11 +01:00
Tadas Baltrusaitis
2e56628ec7 - Do not use AVX instructions by default, switch all project settings to SSE2
- Removing .user project settings which should not be tracked
2018-08-20 08:16:44 +01:00
Tadas Baltrusaitis
0bfc42544b Not calling waitKey if no output is shown. 2018-08-20 08:08:50 +01:00
Bernhard
674d0743f8 fixed double/float mismatch 2018-08-10 17:06:03 +01:00
Tadas Baltrusaitis
3e5fa5cc71 Better memory management of images between C++ and C#, fixed the OpenFaceDemo crash. 2018-08-03 11:06:40 +01:00
Tadas Baltrusaitis
6609388d05 Fixing some OpenCV namespaces and getting ready for OpenCV 4.0.0 2018-07-18 08:17:38 +01:00
Tadas Baltrusaitis
a48a54b98c Bug fix with bounding box computation and with Region of Interest for face validation. 2018-07-05 14:30:03 +01:00
Tadas Baltrusaitis
79d7116dae Bug fix with output aligned faces and videos if no face is detected in the first frame. Adding .webm file support 2018-06-29 09:57:45 +01:00
Tadas Baltrusaitis
3c9ee1ce3b Bug fix with processing really short sequences with FeatureExtraction executable 2018-06-28 16:18:55 +02:00
Tadas Baltrusaitis
b214d6ba5d Trying again to remove compiler warnings. 2018-06-28 07:27:48 +02:00
Tadas Baltrusaitis
fcf6fbe0be Getting rid of OpenBLAS compilation warnings. 2018-06-28 06:57:09 +02:00
Tadas Baltrusaitis
feb6dbd25d Header mistake fix. 2018-06-25 19:53:01 +02:00
Tadas Baltrusaitis
2e265f0905 Some header cleanup 2018-06-25 17:15:17 +02:00
Tadas Baltrusaitis
7f16788c7b Removing another OpenBLAS include due to clashes with dlib 2018-06-25 16:43:36 +02:00
Tadas Baltrusaitis
842c0d34d0 Limiting includes to f77blas.h due to dlib clashes. 2018-06-25 16:19:26 +02:00
Tadas Baltrusaitis
d8ec8645dc Removing cblas.h include as that clashes with other cblas.h implementations (OpenBLAS seems to be different), this leads to clashes with dlib on OS X. 2018-06-25 13:02:15 +01:00
Tadas Baltrusaitis
2deab6cf42 Removing an unnecessary include. 2018-06-23 07:55:01 +01:00
Tadas Baltrusaitis
6d7487cce7 Moving back to proper location 2018-06-22 22:59:05 +01:00
Tadas Baltrusaitis
079c282074 Trying to fix issues with OpenBLAS include 2018-06-22 19:23:54 +01:00
Tadas Baltrusaitis
a005e5b6ae Simplifying travis for OSX. 2018-06-22 17:07:05 +01:00
Tadas Baltrusaitis
3bdc10a461 Removing non-needed dlib includes 2018-06-22 17:03:12 +01:00
Tadas Baltrusaitis
361d1eb472 More openblas include changes. 2018-06-22 16:48:30 +01:00
Tadas Baltrusaitis
5e0ebf26f8 Attempt to force the use of OpenBLAS 2018-06-22 08:08:45 +01:00
Tadas Baltrusaitis
6aa8c83c7d Moving BLAS headers around 2018-06-21 22:10:53 +01:00
Tadas Baltrusaitis
014207aad0 Attempting to resolve issues with BLAS and dlib clashes. 2018-06-21 20:50:29 +01:00
Tadas Baltrusaitis
ff55885e56 Reshuffle of dlib install targets. 2018-06-21 17:59:55 +01:00
Tadas Baltrusaitis
f6386aa6ff Change for dlib install targets 2018-06-21 17:58:03 +01:00
Tadas Baltrusaitis
dbd921bd88 Attempting to move to modern cmake 2018-06-21 17:45:23 +01:00
Tadas Baltrusaitis
34de2bcb88 Dlib include fix. 2018-06-20 20:39:41 +01:00
Tadas Baltrusaitis
205f1ce689 Dlib update preparation for OSX and Ubuntu. 2018-06-18 16:28:14 +01:00
Tadas Baltrusaitis
b571cc212b Cleaning up includes, fixing tbb binary include for 32 bit windows version. 2018-06-18 08:42:56 +01:00
Tadas Baltrusaitis
cd24af000f Updating dlib and linking to it differently, increasing compilation speed and reducing dependency issues with it. 2018-06-08 16:48:21 +01:00
Tadas Baltrusaitis
e52fe4e447 A bit of cleanup, also making sure that even for huge files, multi-threading would work. 2018-05-31 21:40:27 +01:00
Tadas Baltrusaitis
0517bbbd72 Separating threading on unix and windows systems. 2018-05-31 20:57:20 +01:00
Tadas Baltrusaitis
9b1db7321d More debugging. 2018-05-31 17:48:52 +01:00
Tadas Baltrusaitis
34067b0168 Debugging travis again. 2018-05-31 17:27:06 +01:00
Tadas Baltrusaitis
6569601652 CLR does not agree with C++ threads, so moving back to tbb task_group 2018-05-31 08:15:23 +01:00
Tadas Baltrusaitis
0d758babf8 A different way of threading output. 2018-05-30 20:13:47 +01:00
Tadas Baltrusaitis
2a371a46d8 Some more debugging. 2018-05-30 08:05:41 +01:00
Tadas Baltrusaitis
6f1489c812 Some more travis debugging. 2018-05-30 07:53:05 +01:00
Tadas Baltrusaitis
5683a79ad2 Another attempt at the travis fix. 2018-05-29 22:33:17 +01:00
Tadas Baltrusaitis
f3bdf085d5 More travis debugging. 2018-05-29 22:05:47 +01:00
Tadas Baltrusaitis
bc77974745 Another attempt to figure out why travis breaks. 2018-05-29 21:52:59 +01:00
Tadas Baltrusaitis
cdecf902cd Updating licensing in source code files. More thorough travis tests. 2018-05-29 18:03:26 +01:00
Tadas Baltrusaitis
e319620084 A bit less verbose. 2018-05-27 14:30:44 +01:00