An app to put 3D tags in real world
This is my project for Strikingly 6th Hackathon. I basically want to play around with ARKit and coreML, so this idea came out.
The app is for tagging stuff on real world, to avoid letting users input tag manually, a coreML model can automatically recognize stuff for you. But the accuracy is actually depending on the model.
.mlmodel
here. When Inception v3
has smaller size and less system resource consuming, ResNet50
and VGG16
might give you better result.ViewController.swift
if you’re not using ResNet50
addHomeTags(currentFrame: currentFrame)
if you don’t like my HomeTag idea. LOL