regulaforensics / flutter_face_api

MIT License
31 stars 14 forks source link

senility error ? #3

Closed OmranAbhar closed 2 years ago

OmranAbhar commented 2 years ago

@DmitrySmolyakov @vyakimchik qw

W/regula.face.ap(12364): Accessing hidden method Landroid/app/ActivityThread;->currentActivityThread()Landroid/app/ActivityThread; (greylist, reflection, allowed) W/regula.face.ap(12364): Accessing hidden method Landroid/app/ActivityThread;->getApplication()Landroid/app/Application; (greylist, reflection, allowed) D/NetworkSecurityConfig(12364): No Network Security Config specified, using platform default W/System (12364): A resource failed to call end. I/regula.face.ap(12364): Background concurrent copying GC freed 289(35KB) AllocSpace objects, 5(2436KB) LOS objects, 42% free, 8275KB/14MB, paused 6.985ms total 116.508ms

vyakimchik commented 2 years ago

Hi @OmranAbhar,

Thanks for reaching out to us!

Could you please describe in detail what issue you are experiencing? Am I right that you are experiencing the issue in our demo project?

vyakimchik commented 2 years ago

@OmranAbhar,

Could you please describe in detail what issue you encountered?

vyakimchik commented 2 years ago

It seems that there is no issue on your screenshot. Please try to match other photos.

The Similarity text field in our demo app is used to display the comparison result, in %, if two faces are matched.

vyakimchik commented 2 years ago

Could you please set the breakpoint to line 105, perform the same steps that you did, and then copy the str value, and send it to us?

Screenshot 2022-05-30 at 10 49 10

Also, open the browser on that mobile device, go to the following URL, and make sure that it opens.

OmranAbhar commented 2 years ago

str value=> {\"matchedFaces\":[],\"unmatchedFaces\":[]}

vyakimchik commented 2 years ago

Thanks!

It seems that face matching did not perform as there is something with connecting to our Face API service from your device. Have you tried to open that URL on your device in the browser?