Skip to content

InsightFace-REST v0.6.2.0

Compare
Choose a tag to compare
@SthPhoenix SthPhoenix released this 09 Sep 17:42
· 230 commits to master since this release

2021-09-09 v0.6.2.0

REST-API

  • Use async httpx lib for retrieving images by urls instead of urllib3 (which caused
    performance drop in multi-GPU environment under load due to excessive usage of opened sockets)
  • Update draft Triton Infernce Server support to use CUDA shared memory.
  • Minor refactoring for future change of project structure.

This release also includes previously missed release version 0.6.1.0:

2021-08-07 v0.6.1.0

REST-API

  • Dropped support of MXNet inference backend and automatic MXNet->ONNX models conversion,
    since all models are now distributed as ONNX by default.