-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Open
Labels
type:supportGeneral questionsGeneral questions
Description
Have I written custom code (as opposed to using a stock example script provided in MediaPipe)
None
OS Platform and Distribution
11
MediaPipe Tasks SDK version
0.10.18 。0.10.14
Task name (e.g. Image classification, Gesture recognition etc.)
aa
Programming Language and version (e.g. C++, Python, Java)
java
Describe the actual behavior
aa
Describe the expected behaviour
aaa
Standalone code/steps you may have used to try to get what you need
aaa
Other info / Complete Logs
Support 16KB alignment (p_align=16384) for precompiled libmediapipe_tasks_vision_jni.so。
说明当前预编译版本的 .so 库均为 4KB 对齐(p_align=4096),列举具体版本(如 0.10.14/0.10.18 等)。
解释 16KB 对齐的必要性(例如你的功能场景依赖此配置,否则无法正常工作),尽可能提供技术背景或业务场景(无需涉及隐私,只需说明影响)。
建议在编译脚本中增加对齐参数(如链接时添加 -Wl,-z,max-page-size=16384 等) 目前哪个版本适配了libmediapipe_tasks_vision_jni.so 16kb页面大小问题了 ,现在我上架google play被拒了,谢谢Android移动端,麻烦适配下更新一个版本Metadata
Metadata
Assignees
Labels
type:supportGeneral questionsGeneral questions