Menu

dlib C++ Library: 19.5 Released

Dlib is a C++ toolkit containing machine learning algorithms and tools for creating complex software in C++ to solve real world problems.

This release brings a lot of new features to dlib. There is a dlib to caffe converter, a bunch of new deep learning layer types, cuDNN v6 and v7 support, and a bunch of optimizations that make things run faster in different situations, like ARM NEON support, which makes HOG based detectors run a lot faster on mobile devices. However, the coolest new feature is an upgrade to the CNN+MMOD object detector to support detecting objects with varying aspect ratios.

The latest release of the library can be downloaded from http://dlib.net

Posted by Davis 2017-08-27

Log in to post a comment.