Releases: takuya-takeuchi/DlibDotNet
Releases · takuya-takeuchi/DlibDotNet
19.21.0.20220724
Fix
- Fix wrong type for LossMulticlassLog (#282)
- Origin of issue is from takuya-takeuchi/FaceRecognitionDotNet#205 and takuya-takeuchi/FaceRecognitionDotNet#206
- Fix wrong type for load_mnist_dataset (#283)
Misc
- bump Newtonsoft.Json from 12.0.3 to 13.0.1 in /examples/ASP.NET/FaceDetection.Client (#279)
19.21.0.20220429
Fix
- Dlib.ChineseWhispers labels.Length double facecount on centos7. but on Windows it works fine. (#272)
19.21.0.20220130
19.21.0.20210230
Fix
- CentOS libs of DlibDotNet.MKL was broken
- OSX libs of DlibDotNet remove dependencies of libjpeg
Note
- Source code has no changes.
- This version is wrong number.
19.21.0.20210227
Feature
- Add new interface of Deserialize method for ShapePredictor, LossMetric, LossMmod, LossMulticlassLog and LossMulticlassLogPerPixel
Note
This version is wrong. Proper version is 19.21.0.20210207
19.21.0.20210129
Feature
- Add new interface of ObjectDetector.Operator
Breaking
- ObjectDetector.Operator returns by using out parameter instead of return value
19.21.0.20201122
Feature
- Support CUDA 11.0 and 11.1
- These version depends on cudnn 8
- Add LoadPng from png buffer
Breaking
- Drop support cuda target architecture sm30 due to dlib version up