PeopleSegmentationDemo
PeopleSegmentationDemo copied to clipboard
Android People Segmentation Application using Deeplab-V3+ model with MobilenetV2 powered by MACE.
Please help me change background(black color) to blur background! Thank you!
您说可以通过MACE工具获取CPU运行时间的两个变量,想问下具体是mace里哪个工具? 我使用cmake处理的,运行了run_model.py这个文件,然后看到里面有capability(CPU)这一项。 但不清楚您说的具体是什么工具,谢谢!
您好,我在Android studio运行您项目时,打开APP后直接闪退,在查看日志时发现如下错误: 2020-03-27 14:09:40.386 2438-2458/? E/AndroidRuntime: FATAL EXCEPTION: initThread Process: com.nolan.macesegmentationdemo, PID: 2438 java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/data/app/com.nolan.macesegmentationdemo-7VVmUd9c-G4nWmr1T-7koQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.nolan.macesegmentationdemo-7VVmUd9c-G4nWmr1T-7koQ==/lib/x86, /system/lib, /system/vendor/lib]]] couldn't find "libmace_jni.so" at java.lang.Runtime.loadLibrary0(Runtime.java:1012) at java.lang.System.loadLibrary(System.java:1669) at...
I tried the demo on the android app using the provided pre trained models. But the cutout is not accurate How to increase the accuracy of the mask? Is it...
Hello nolanliou, I am trying to run your code on Android App. But app got crashes with the below error. Can you please help me to run the app. >...