hms-ml-demo icon indicating copy to clipboard operation
hms-ml-demo copied to clipboard

HMS ML Demo provides an example of integrating Huawei ML Kit service into applications. This example demonstrates how to integrate services provided by ML Kit, such as face detection, text recognition...

Results 19 hms-ml-demo issues
Sort by recently updated
recently updated
newest added

I found that when set Camera's preview size of 320 * 240, the speed of face recognition will much faster than set Camera's preview size of normal phone resolution like...

Hey would plz tell me how to make camera face back on liveness detection?

2021-11-24 17:38:28.624 11628-11628/com.mlkit.sample.body E/libc: Access denied finding property "ro.vendor.scroll.preobtain.enable" 2021-11-24 17:38:28.653 11628-11738/com.mlkit.sample.body E/linker: library "" ("/apex/com.android.vndk.v30/lib64") needed or dlopened by "/apex/com.android.vndk.v30/lib64/libRS_internal.so" is not accessible for the namespace: [name="rs", ld_library_paths="", default_library_paths="/apex/com.android.vndk.v30/lib64:/vendor/lib64",...

Hey team, I am trying to run hair segmentation but it is not working and is returning null image as output. ``` private void createImageTransactor(Bitmap bitmap) { MLImageSegmentationSetting setting =...

Hi, I hope you're doing well, I'm trying to remove the background from a video, right now I'm following those steps : 1 - Extract all frames from video using...

I'm using the following code to get the **foreground** only from a given `bitmap `: ``` private MLImageSegmentationAnalyzer analyzer; public void analyzer(Bitmap src, MLCallBack mlCallBack) { MLImageSegmentationSetting setting = new...

Hi, I've noticed that the `VideoView` is always **stretched**, I tried to resize it with a custom **height**, but it doesn't work. e.g. : ``` ```

Face2D-Sticker在手机上运行闪退