IBM / ar-resume-with-visual-recognition

An augmented reality based résumé with Face recognition. The iOS app recognizes the face and presents you with the AR view that contains 3D mock face and details of your resume.
https://developer.ibm.com/patterns/create-an-augmented-reality-application-with-facial-detection/
Apache License 2.0
73 stars 26 forks source link

app crashes after finding face #44

Closed stevemar closed 5 years ago

stevemar commented 5 years ago

See https://github.com/IBM/ar-resume-with-visual-recognition/pull/43 for details.

christiancompton commented 5 years ago

To clarify - the app does load and work properly for maybe 30 seconds after discovering a face (and sometimes rendering the AR data). Then it crashes with a Seg Fault error. I suspect something with the threading or garbage collection must be addressed.

This is on iPhone X.

sanjeevghimire commented 5 years ago

Looking into recreating the issue

christiancompton commented 5 years ago

I tested the changes in #47 on my iPhone X - the issue has been fixed.