FastDeploy icon indicating copy to clipboard operation
FastDeploy copied to clipboard

[Android] Support segmentation and facedet in Android

Open DefTruth opened this issue 1 year ago • 0 comments

PR types(PR类型)

Other (Android)

Describe

  • [x] bind SegmentationResult
  • [x] add NewCxxRuntimeOption method to convert Java RuntimeOption to Cxx RuntimeOption
  • [x] add AllocateCxxResultFromJavaAllocateJavaResultFromCxx and NewJavaResultFromCxx
  • [x] remove copyXXXFromNative methods in Java xxxResult class, return an result instance directly from native
  • [x] add VisXXX method in Java and native (VisClassifiy, VisDetection, VisOcr, VisSegmentation)
  • [ ] bind PaddleSegModel
  • [ ] bind YOLOv5Face
  • [ ] update Android aar package docs

DefTruth avatar Nov 11 '22 06:11 DefTruth