Skip to content

Enhancing AR experiences by integrating object recognition to allow for recognizing several objects that can be used to trigger various events in a single application.

License

Notifications You must be signed in to change notification settings

alisyedraza99/object_recognition_enhance_AR

Repository files navigation

object_recognition_enhance_AR

Inspiration

Enhancing AR experiences by integrating object recognition to allow for recognizing several objects that can be used to trigger various events in a single application.

There is a set limit to how man objects (~ 2 in most SDKs ) can be recognized in a single application, each requiring pre-scans of the objects. Understandable, since they are not only trying to recognize the objects but also using them as markers.

However, this is limiting if the sole purpose of recognizing objects is to trigger an event. My approach enhances AR experiences using object recognition models which allow AR applications to classify as many objects as our models are trained to detect.

Project Summary

Deployed a qunatized MobileNet model trained to recognize 1000 classes of images. The model classifies each frame. The user then has the ability to add 3D assets of the recognized object into the scene without being limited by a set number of objects to track per application. In this case, as long as Google Poly has a model for each object, the user can recognize and add a 1000 different objects.

Demo

Future Improvements

Got some funny but understandable results when importing 3D assets from a library at runtime, like getting back a Nintendo Switch instead of a light switch. Something that could be improved with more refined searches. If we make use of object detection and detect multiple objects in a frame with respect to others, we will be able to spawn certain 3D objects at more precise locations.

About

Enhancing AR experiences by integrating object recognition to allow for recognizing several objects that can be used to trigger various events in a single application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published