预编译库

编译版本介绍

  • ARM_Version=armv7/armv8 arm版本,可选择armv7或者armv8
  • arm_os=android\ios\ios64\armlinux 安装平台,支持的arm端移动平台包括 ios\ios64armlinuxandroid
  • arm_lang=gcc/clang 源码编译时的编译器,默认为gcc编译器
  • arm_stl=c++_static/c++_shared Lite预测库链接STL库的方式,支持静态或动态链接
  • build_extra=ON/OFF 是否编译全量OP,OFF时只编译CV相关基础OP,参数详情
  • tiny_publish/full_publish 编译模式,tiny_publish编译移动端部署库、full_publish编译部署库的同时编译第三方依赖库

Android

ARM Versionbuild_extraarm_stltarget下载
armv7OFFc++_statictiny_publishrelease/v2.3
armv7OFFc++_staticfull_publishrelease/v2.3
armv7OFFc++_sharedtiny_publishrelease/v2.3
armv7OFFc++_sharedfull_publishrelease/v2.3
armv7ONc++_statictiny_publishrelease/v2.3
armv7ONc++_staticfull_publishrelease/v2.3
armv7ONc++_sharedtiny_publishrelease/v2.3
armv7ONc++_sharedfull_publishrelease/v2.3
armv8OFFc++_statictiny_publishrelease/v2.3
armv8OFFc++_staticfull_publishrelease/v2.3
armv8OFFc++_sharedtiny_publishrelease/v2.3
armv8OFFc++_sharedfull_publishrelease/v2.3
armv8ONc++_statictiny_publishrelease/v2.3
armv8ONc++_staticfull_publishrelease/v2.3
armv8ONc++_sharedtiny_publishrelease/v2.3
armv8ONc++_sharedfull_publishrelease/v2.3

iOS

ARM Versionarm_oswith_extra下载
armv7iosOFFrelease/v2.3
armv7iosONrelease/v2.3
armv8ios64OFFrelease/v2.3
armv8ios64ONrelease/v2.3

opt 工具

运行系统下载
Linuxrelease/v2.3
MacOsrelease/v2.3

对应源码编译方法