Toolkit for making machine learning and data analysis applications in C++
Dlib is a modern C++ toolkit containing machine learning algorithms and tools. It is used in both industry and academia in a wide range of domains including robotics, embedded devices, mobile phones, and large high performance computing environments.
Linter | Message | Location |
---|---|---|
input-labels Identify input labels that do not match package names | label 'libjpeg' does not match package name 'libjpeg-turbo' | |
optional-tests Make sure tests are only run when requested | the 'check' phase should respect #:tests? |