Releases: georg-jung/FaceAiSharp
Releases · georg-jung/FaceAiSharp
v0.6.25-alpha
- Breaking: ScrfdDetector does not require
MemoryCacheanymore and thus the constructor does not take an instance of it as parameter anymore. - fixes #69
- removes the dependency on NumSharp, which seems unmaintained and appears to have some bugs
- removes the dependency on Microsoft.Extensions.Caching.Memory
- the new implementation without NumSharp is faster
- now depends on System.Numerics.Tensors, which may replace SimpleSIMD in future
Full Changelog: v0.5.23...v0.6.25-alpha
v0.5.23: ImageSharp v3
Breaking Changes
New Contributors
Other notable changes
- Added more unit tests
- Automated code coverage reporting
- Deterministic builds
Full Changelog: v0.4.10...v0.5.23