Commit Graph

733 Commits

Author SHA1 Message Date
ktgw0316
3d4b5cf8d9 Do not apt remove cmake (#963) 2021-05-28 11:25:46 +01:00
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
fc033e00e8 Update README.md 2020-04-28 07:24:18 +01:00
Tadas Baltrusaitis
ad1b3cc45c Update README.md 2019-07-17 08:04:51 +01:00
Tadas Baltrusaitis
658a6a1cc2 Update README.md OpenFace_2.2.0 2019-07-13 19:20:17 +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
f023667fee Update README.md 2019-07-02 07:51:42 +01:00
Tadas Baltrusaitis
a27f0a816b Update README.md 2019-07-02 07:49:39 +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.
OpenFace_2.1.0
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
OpenFace_2.0.6
2018-10-06 21:13:18 +01:00
Tadas Baltrusaitis
795c707314 Update README.md 2018-09-24 08:03:55 +01:00
Tadas Baltrusaitis
118a6b320e Update issue templates
Bug report template
2018-08-29 08:34:06 +03:00
Tadas Baltrusaitis
6aed4e5e19 Fixing issue with -bboxdir searching in the wrong location. OpenFace_2.0.5 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
Tadas Baltrusaitis
b058d54fc3 Merge remote-tracking branch 'origin/feature/travis_fixes' into develop 2018-08-10 17:07:55 +01:00
Bernhard
674d0743f8 fixed double/float mismatch 2018-08-10 17:06:03 +01:00
Tadas Baltrusaitis
212601f366 Do not install boost on OS X travis as it is already there 2018-08-03 21:16:01 +01:00
Tadas Baltrusaitis
791a33bdb0 Merge branch 'master' into develop 2018-08-03 20:44:38 +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
65b2b7c7aa Making sure visualization image is set even when no face is detected. 2018-08-03 10:20:56 +01:00
Amir Zadeh
a11ca5b503 Update readme.txt 2018-07-30 15:14:10 -04:00
Amir Zadeh
bfe932235b Update readme.txt 2018-07-30 15:11:58 -04:00
Amir Zadeh
5034faadfa keras2matlab.py 2018-07-30 15:08:57 -04:00
Tadas Baltrusaitis
eec74034ff Updating packaging and readme versions. OpenFace_2.0.4 2018-07-21 16:07:28 +01:00
Tadas Baltrusaitis
b4afda73a6 Updating packaging and readme versions. 2018-07-21 16:07:00 +01:00
Tadas Baltrusaitis
424eec71c5 Merge branch 'develop' 2018-07-21 14:29:29 +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
b3f64d4a86 Correcting Haar detector location for CMake. 2018-07-17 16:55:59 +01:00
Tadas Baltrusaitis
21643dc41c Make sure dependencies on Boost and OpenCV or forced, fail CMake early if they are not found. 2018-07-17 16:38:28 +01:00
Amir Zadeh
7620b93350 Update readme.txt 2018-07-08 20:15:17 -04:00
Amir Zadeh
1fb0439e56 Update readme.txt 2018-07-08 20:11:53 -04:00
Tadas Baltrusaitis
36102474cb Bug fix with bounding box computation and with Region of Interest for face validation. 2018-07-05 14:30:16 +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
3d5b3d2dac Quick readme update. 2018-06-29 23:52:02 +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 OpenFace_v2.0.3 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
a127ec69b4 No need to build dlib-update in travis anymore. 2018-06-28 09:27:33 +02:00
Tadas Baltrusaitis
e13750329f More TBB search cleanup 2018-06-28 08:03:00 +02:00
Tadas Baltrusaitis
cb0eb072fb Finding TBB fixes. 2018-06-28 07:49:10 +02:00
Tadas Baltrusaitis
ccafcb9402 More info for TBB search. 2018-06-28 07:31:51 +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
120330cf2a Trying to find TBB again 2018-06-28 06:38:49 +02:00
Tadas Baltrusaitis
d140b6be09 CMake fix. 2018-06-27 21:22:37 +02:00
Tadas Baltrusaitis
b09159dc81 Extra hint for finding TBB. 2018-06-27 21:10:13 +02:00
Tadas Baltrusaitis
694a6bec0d Updating OSX tbb loc. 2018-06-27 20:57:07 +02:00
Tadas Baltrusaitis
9d8b37663a Try being better at finding TBB in OS X. 2018-06-27 20:25:04 +02:00
Tadas Baltrusaitis
a4e88ffb8d Attempting to find TBB in CMake for OSX. 2018-06-27 09:48:40 +02:00