Android Vision - Gesichtserkennungsabhängigkeiten sind noch nicht verfügbar

Ich versuche, die Google Mobile Vision-API für die Gesichtserkennung zu testen. Daher habe ich mit den Demos von @ begonneGitHub Mobile Vision. Ich habe beide Apps, FaceTracker und Photo-Demo, ausprobiert und das gleiche Problem tritt beim Herunterladen der nativen Gesichtserkennungsbibliothek auf.

Für das Nexus 5x funktioniert das Galaxy S6 Edge nicht, das Galaxy S4 und das Galaxy Alpha.

Was ich in den Protokollen sehe, wenn es nicht funktioniert, ist:

Für die App:

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

Nach dem Stöbern in den Protokollen wenden Sie den Sichtfilter für Tags an, die ich sehe:

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}

Ähnliche Fragen:

Google Vision-Barcode-Bibliothek nicht gefundenFaceDetectorHandle ﹕ Nativer Gesichtsdetektor noch nicht verfügbar. Zurück zur No-Op-Erkennung

Erprobte die Lösung mit der Freigabe von Speicherplatz, Cache leeren, kein Ergebnis.

Was kann ich als nächstes tun? Ist es möglich, die Bibliotheken manuell herunterzuladen? Hat jemand einen klaren Hinweis, warum die Bibliothek nicht heruntergeladen wird?

BEARBEITE

So sieht es so aus, als gäbe es ein Problem mit der Mobile Vision-APIhttps: //github.com/googlesamples/android-vision/issues/9. Hoffe die Entwickler kommen bald mit einer Lösung.

BEARBEITE

Das Problem wurde durch Aktualisieren der Wiedergabedienstbibliothek behoben.

Antworten auf die Frage(4)

Ihre Antwort auf die Frage