mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 00:57:33 +08:00
[Android] add Android UIE JNI support (#885)
* [UIE] init UIE JNI codes * [UIE] init UIE JNI codes * [Android] Add UIE SchemaNode * [Android] Add UIE SchemaNode * [Android] Add AllocateUIECxxSchemaNodeFromJava func * [Android] Add AllocateUIECxxSchemaNodeFromJava func * Delete README_Ру́сский_язы́к.md * Delete README_한국어.md * [Android] add uie utils jni * [Android] add uie-nano model download task * [Android] add uie jni support * [Java] remove log * [Java] remove log
This commit is contained in:
@@ -45,6 +45,9 @@ add_library(
|
||||
fastdeploy_jni/vision/facedet/facedet_utils_jni.cc
|
||||
fastdeploy_jni/vision/keypointdetection/pptinypose_jni.cc
|
||||
fastdeploy_jni/vision/keypointdetection/keypointdetection_utils_jni.cc
|
||||
fastdeploy_jni/text/text_results_jni.cc
|
||||
fastdeploy_jni/text/uie/uie_model_jni.cc
|
||||
fastdeploy_jni/text/uie/uie_utils_jni.cc
|
||||
)
|
||||
|
||||
# Searches for a specified prebuilt library and stores the path as a
|
||||
|
Reference in New Issue
Block a user