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

Adding new classifiers #55

Open kartik-adloid opened 5 years ago

kartik-adloid commented 5 years ago

How do I use my own images to detect? I want to use my own images as data but it isnt fully explained how to do so. Could you help with that? Im not sure how to go about it

sanjeevghimire commented 5 years ago

step 3 has a note: To create a new classifier use the Watson Visual Recognition tool. A classifier will train the visual recognition service, it will be able to recognize different images of the same person. Use at least ten images of your head shot and also create a negative data set by using headshots that are not your own.

kartik-adloid commented 5 years ago

Thanks for your reply. So I used the tool to create a classifier. However, how do I connect it to the app? Wouldn’t I need to update the Cloudant database as well? I am not able to do that properly. I am not able to get my face to be recognized and the appropriate information displayed.