32 Commits

Author SHA1 Message Date
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 2019-07-13 19:20:17 +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.
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
795c707314 Update README.md 2018-09-24 08:03:55 +01:00
Tadas Baltrusaitis
eec74034ff Updating packaging and readme versions. 2018-07-21 16:07:28 +01:00
Tadas Baltrusaitis
3d5b3d2dac Quick readme update. 2018-06-29 23:52:02 +01:00
Tadas Baltrusaitis
8bcc5c46ca Moving docker instructions to the wiki 2018-06-02 08:13:53 +01:00
Edgar Aroutiounian
9c5916ac75 Update README with docker instructions 2018-06-01 18:57:40 -07:00
Edgar Aroutiounian
ecc5d4d653 Update README with Docker instructions and ignore samples 2018-06-01 18:01:15 -07:00
Edgar Aroutiounian
dedd50f6c2 Run prettier on README 2018-06-01 15:05:00 -07:00
Tadas Baltrusaitis
9ec1a96d64 Updating the readme slightly. 2018-05-10 19:46:07 +01:00
Tadas Baltrusaitis
17962a0838 Updating readme and instructions. 2018-05-09 08:27:41 +01:00
Tadas Baltrusaitis
838337c760 Moving OpenFace 2.0 to develop branch and getting ready for master. 2018-05-06 08:19:09 +01:00
Tadas Baltrusaitis
a8106ca701 Update README.md 2018-03-11 10:07:24 +00:00
Tadas Baltrusaitis
914632f303 Update README.md 2018-02-08 19:46:23 +00:00
Tadas Baltrusaitis
539868e6f7 Version number. 2017-12-29 08:10:54 +00:00
Tadas Baltrusaitis
b30abc0221 Some changes in the readme. 2017-12-29 08:01:51 +00:00
Tadas Baltrusaitis
7d58b86020 Some plumbing:
- support for 16 bit images
- preventing copy constructors for certain utilities classes
2017-12-15 19:56:58 +00:00
Tadas Baltrusaitis
c9061824c5 Adding direct OpenBLAS code for some speedups. 2017-10-23 18:54:02 +01:00
Tadas Baltrusaitis
10c53c8df8 Corrections of the copyright. 2017-06-06 18:53:06 -04:00
Tadas Baltrusaitis
ee3dc71d0f Update README.md 2017-05-09 19:01:10 -04:00
Sunil Shah
b35adbad91 Fix heading formatting in README.md. 2017-04-27 13:16:24 -07:00
Tadas Baltrusaitis
b2f5e6f6ea Update README.md 2016-12-01 12:13:45 -05:00
Tadas Baltrusaitis
a48509f815 Small readme fix. 2016-08-13 15:29:13 -04:00
Tadas Baltrusaitis
818ec6463e Adding appveyor testing. 2016-07-30 16:17:45 -04:00
Tadas Baltrusaitis
c2ba64c8b2 Update README.md 2016-04-28 15:49:53 -04:00
Tadas Baltrusaitis
451874e8df Update README.md 2016-04-28 15:48:56 -04:00
unknown
57e58a6949 Master commit of OpenFace. 2016-04-28 15:40:36 -04:00