Skip to content

InspireFace v1.1.8

Latest
Compare
Choose a tag to compare
@tunmx tunmx released this 16 Dec 02:57
4a8316f

Adapted the optional image processing engines within the SDK, providing a more lightweight InspireCV while retaining OpenCV from previous versions; The SDK has been streamlined by removing some third-party dependencies, making it more lightweight.

  1. Added and set as default a more lightweight image processing engine;
  2. Modified the vector management engine of the Feature-Hub module to sqlite-vec, improving search efficiency;
  3. Replaced internal data structures with generic abstract classes to ensure generalization;
  4. Achieved overall SDK size reduction, resulting in a more lightweight library through compilation;
  5. Implemented PyPI package management and enhanced the implementation of Python native interfaces.