dlib C++ Library News
Brought to you by:
davisking
Dlib is a C++ toolkit containing machine learning algorithms and tools for creating complex software in C++ to solve real world problems.
This release upgrades dlib's CNN+MMOD object detector to support creating multi-class detectors. It also includes significant speed improvements, allowing the detector to run at 98fps when executed on a NVIDIA 1080ti GPU. This release also adds a new
5 point face landmarking model that is over 10x smaller than the 68 point model, runs faster, and works with both HOG and CNN generated face detections. It is now the recommended landmarking model to use for face alignment.
The latest release of the library can be downloaded from http://dlib.net
Hi! I'm new in opencv and I'd like to use Dlib but have problem to build it.
I use DEV C++ 5.11 and CMAKE 3.10. and Win 7.
Runnin CMAKE building Dlib with MinGW64/bin/g++.exe
sending err...
CMake Deprecation Warning at CMakeLists.txt:31 (cmake_policy):
The OLD behavior for policy CMP0023 will be removed from a future version
of CMake.
What can I do about that?
and
Do I need to instal CUDA and OPENBLAS?