Android愿景 - 尚未提供面部检测器依赖性

时间:2016-05-19 15:32:50

标签: android google-play-services google-vision

我正在尝试测试谷歌移动视觉API,用于人脸检测,所以我开始使用GitHub mobile vision的演示。我尝试了两个应用程序,FaceTracker和照片演示,下载原生面部检测器库也出现了同样的问题。

对于Nexus 5x,Galaxy S6 Edge无法正常工作,Galaxy S4,Galaxy Alpha正在使用。

我在日志中看到的,不工作时是:

对于应用:

05-19 17:52:07.301 14909-14909/com.google.android.gms.samples.vision.face.photo W/System: ClassLoader referenced unknown path: /data/app/com.google.android.gms.samples.vision.face.photo-1/lib/arm64
05-19 17:52:07.725 14909-14909/com.google.android.gms.samples.vision.face.photo W/System: ClassLoader referenced unknown path: /data/app/com.google.android.gms.samples.vision.face.photo-1/lib/arm64
05-19 17:52:08.043 14909-14909/com.google.android.gms.samples.vision.face.photo D/ChimeraCfgMgr: Reading stored module config
05-19 17:52:08.068 14909-14909/com.google.android.gms.samples.vision.face.photo W/System: ClassLoader referenced unknown path: /data/user/0/com.google.android.gms/app_chimera/m/00000001/n/arm64-v8a
05-19 17:52:08.077 14909-14909/com.google.android.gms.samples.vision.face.photo D/ChimeraFileApk: Primary ABI of requesting process is arm64-v8a
05-19 17:52:08.079 14909-14909/com.google.android.gms.samples.vision.face.photo D/ChimeraFileApk: Classloading successful. Optimized code found.
05-19 17:52:08.105 14909-14909/com.google.android.gms.samples.vision.face.photo I/FaceDetectorCreatorImpl: Requesting download for vision face detector
05-19 17:52:08.107 14909-14909/com.google.android.gms.samples.vision.face.photo W/FaceDetectorHandle: Native face detector not yet available.  Reverting to no-op detection.
05-19 17:52:08.253 14909-14909/com.google.android.gms.samples.vision.face.photo W/PhotoViewerActivity: Face detector dependencies are not yet available.
05-19 17:52:08.263 14909-14941/com.google.android.gms.samples.vision.face.photo D/OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
05-19 17:52:08.312 14909-14941/com.google.android.gms.samples.vision.face.photo I/Adreno: QUALCOMM build                   : 63c06b2, I8366cd0437
                                                                                          Build Date                       : 12/06/15
                                                                                          OpenGL ES Shader Compiler Version: XE031.05.13.02
                                                                                          Local Branch                     : mybranch17112971
                                                                                          Remote Branch                    : quic/LA.BF64.1.2.9_v2
                                                                                          Remote Branch                    : NONE
                                                                                          Reconstruct Branch               : NOTHING
05-19 17:52:08.317 14909-14941/com.google.android.gms.samples.vision.face.photo I/OpenGLRenderer: Initialized EGL, version 1.4

在对日志进行一些挖掘后,通过对标签应用视觉过滤器,我看到:

05-19 17:52:08.124 10421-10526/? I/Vision: Attempting to open download_details.json in com.google.android.gms.vision
05-19 17:52:08.125 10421-10526/? W/Vision: Failed to open download_details.json in com.google.android.gms.vision: android.content.pm.PackageManager$NameNotFoundException: com.google.android.gms.vision
05-19 17:52:08.126 10421-10526/? I/Vision: Attempting to open download_details.json in com.google.android.gms.policy_ccocr_vision
05-19 17:52:08.127 10421-10526/? W/Vision: Failed to open download_details.json in com.google.android.gms.policy_ccocr_vision: android.content.pm.PackageManager$NameNotFoundException: com.google.android.gms.policy_ccocr_vision
05-19 17:52:08.127 10421-10526/? W/Vision: Reading download details from hard-coded Java
05-19 17:52:08.443 10421-10526/? E/Vision: Download Failed: Status{statusCode=Download errored: The download was configured incorrectly., resolution=null}

类似的问题:

  1. Google Vision barcode library not found
  2. FaceDetectorHandle﹕ Native face detector not yet available. Reverting to no-op detection
  3. 通过释放空间,清除缓存,没有结果来尝试解决方案。

    接下来我该怎么办?是否可以手动下载库?有没有人清楚地表明为什么图书馆不下载?

    修改

    所以看起来Mobile Vision api https://github.com/googlesamples/android-vision/issues/98存在问题。希望开发人员尽快找到解决方案。

    修改

    通过更新播放服务库解决了该问题。

2 个答案:

答案 0 :(得分:0)

根据Google Play Services v9.0的发行说明,该服务中存在一个错误,但已被禁用。

在v9.2版本中,它再次启用。查看发行说明: https://developers.google.com/vision/release-notes#bug_fixes

答案 1 :(得分:0)

我的问题是文字(TextRecognizer)没面子,问题是存储,我有300MB免费但是根据这个链接需要10%的手机

When is the intent ACTION_DEVICE_STORAGE_LOW broadcasted?