Giter VIP home page Giter VIP logo

paddlepaddle / litekit Goto Github PK

View Code? Open in Web Editor NEW
132.0 132.0 11.0 78.86 MB

Off-The-Shelf AI Development Kit for APP Developers based on Paddle Lite (『飞桨』移动端开箱即用AI套件, 包含Java & Objective C接口支持)

Home Page: https://github.com/PaddlePaddle/LiteKit

License: MIT License

Java 15.47% Objective-C 32.39% Objective-C++ 15.52% C 6.99% Swift 0.21% Ruby 0.13% CMake 2.01% Shell 1.18% C++ 23.81% Python 2.28%

litekit's People

Contributors

lemon0132 avatar raindrops2sea avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

litekit's Issues

iOS LiteKitDemo项目编译错误

iOS LiteKitDemo
https://github.com/PaddlePaddle/LiteKit/tree/develop/LiteKitDemo/iOS/LiteKitDemo/LiteKitDemo
按照
pod install --repo-update
之后打开项目,编译出错

Showing All Messages
Undefined symbol: OBJC_CLASS$_LiteKitVideoSuperResolutionor
Undefined symbol: OBJC_CLASS$_LiteKitHandGestureDetector
Undefined symbol: OBJC_CLASS$_LiteKitPortraitSegmentor
Undefined symbol: _vImageScale_PlanarF

貌似项目需要一个libPods-LiteKitDemo.a文件,但是develop/main/release-v0.1分支下面都没有

image

image

内存泄露

image

在ijkplayer里接入了一下litekit,发现内存1s涨几十m,有点顶不住,看起来有内存泄露

按照集成步骤,直接运行LiteKitDemo,找不到依赖的库是怎么回事?

1.配置的local.properties:

This file must NOT be checked into Version Control Systems,

as it contains information specific to your local configuration.

Location of the SDK. This is only used by Gradle.

For customization when using a Version Control System, please read the

header note.

#Wed May 11 13:53:11 CST 2022

MAVEN_REPO_LOCAL = git clone https://gitee.com/paddlepaddle/LiteKit

sdk.dir=C:\Users\maomaonlp\AppData\Local\Android\Sdk

2.报错信息:
Execution failed for task ':app:mergeDebugResources'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Could not find com.baidu.litekit:handgesturedetector:0.3.0.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/baidu/litekit/handgesturedetector/0.3.0/handgesturedetector-0.3.0.pom
- https://jcenter.bintray.com/com/baidu/litekit/handgesturedetector/0.3.0/handgesturedetector-0.3.0.pom
- file:/D:/LiteKitDemo/app/git clone https:/gitee.com/paddlepaddle/LiteKit/Android/repository/com/baidu/litekit/handgesturedetector/0.3.0/handgesturedetector-0.3.0.pom
Required by:
project :app
Could not find com.baidu.litekit:portraitsegmentation:0.3.0.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/baidu/litekit/portraitsegmentation/0.3.0/portraitsegmentation-0.3.0.pom
- https://jcenter.bintray.com/com/baidu/litekit/portraitsegmentation/0.3.0/portraitsegmentation-0.3.0.pom
- file:/D:/LiteKitDemo/app/git clone https:/gitee.com/paddlepaddle/LiteKit/Android/repository/com/baidu/litekit/portraitsegmentation/0.3.0/portraitsegmentation-0.3.0.pom
Required by:
project :app
Could not find com.baidu.litekit:videosuperresolution:0.3.0.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/baidu/litekit/videosuperresolution/0.3.0/videosuperresolution-0.3.0.pom
- https://jcenter.bintray.com/com/baidu/litekit/videosuperresolution/0.3.0/videosuperresolution-0.3.0.pom
- file:/D:/LiteKitDemo/app/git clone https:/gitee.com/paddlepaddle/LiteKit/Android/repository/com/baidu/litekit/videosuperresolution/0.3.0/videosuperresolution-0.3.0.pom
Required by:
project :app
Could not find com.baidu.litekit:ocr:0.3.0.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/baidu/litekit/ocr/0.3.0/ocr-0.3.0.pom
- https://jcenter.bintray.com/com/baidu/litekit/ocr/0.3.0/ocr-0.3.0.pom
- file:/D:/LiteKitDemo/app/git clone https:/gitee.com/paddlepaddle/LiteKit/Android/repository/com/baidu/litekit/ocr/0.3.0/ocr-0.3.0.pom
Required by:
project :app

Possible solution:

iOS视频超分失败

调用superResolutionWithInputData:outputData:error:接口,传入的视频帧为640*360的I420数据,outputData结构体中的数据为空且错误error为Error Domain=kMMLVideoSuperResolution Code=-6`,在doc目录下找不到-6对应的解释,不知道怎么继续排查问题了

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.