Skip to content

InspireFace v1.1.9

Compare
Choose a tag to compare
@tunmx tunmx released this 02 Jan 09:41
· 62 commits to master since this release
4eda5d6

In the current version, we have adapted and tested for Rockchip's RV1106 device and provided corresponding resource files (it may support RV1103, but we haven't verified it with actual devices). We believe we will soon adapt to other Rockchip device models, such as RV356x and RV3588. Meanwhile, we are implementing RGA image hardware acceleration processing adaptation for devices supporting RKNPU2, which has improved the image processing speed on RK devices. We have improved the Android SDK based on Java Native Interface (JNI), optimized its size, and provided a simple demo.

  • Add NPU inference support for Rockchip rv1106;
  • Add new models to the Model Zoo;
  • Fixed some bugs that were causing crashes;
  • Added RGA acceleration support for some image processing interfaces on Rockchip devices with RKNPU2;
  • Added a simple Android example demo;
  • Added library support for Linux and macOS on x86 and arm64 platforms in PyPI, enabling rapid deployment;
  • Release of precompiled libraries for macOS.