Object Detection CoreML iOS App Tutorial - Swift & Xcode - iPhones & iPads running iOS 11 & Higher

preview_player
Показать описание
In this tutorial I am going to teach you how you can create your own Object Detection Application for iPhones and iPads running iOS 11 and higher.

It is quite simple and fun to create an app this awesome. You will simply love it.

I have used Swift 4 and Xcode 9 for developing this app.

Рекомендации по теме
Комментарии
Автор

It's a clear tutorial, you solve my concerns, thank you! 😁

JohnC_
Автор

very nice, this video was helpful. thank you

crooke
Автор

Thanks for the nice video. I have successfully build the application but it looks like captureOutput function is not getting executed. Do you know what could be the issue?

VeereshDammur
Автор

Thanks so much. I am trying to learn Russian and the language apps out there are not the best with even wrong information. I decided to make my own App and I wanted object detection where it translates the object for you. Thank you so much.

nickgennady
Автор

One thing, If I have two laptops, then how to detect them simultonausly ?

SourovDattacse
Автор

also, what is captureSession.sessionPreset = .photo ?

Mike-vjdo
Автор

var model = Resnet50().model. Here i have got an error 'init()' is deprecated: Use init(configuration:) instead and handle errors appropriately. Could you help

muhammedshaban
Автор

Hi, I am getting an exception: Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Can't add self as subview'. At first I thought it was a problem with my code but I copy and pasted your code but it still didn't work.

There seems to be an error with line 12 of AppDelegate.swift - it says 'Thread 1: "Can't add self as subview". I am completely new to this; does anyone know how to solve this?

juliandouglas
Автор

Dude why is it not working I mean it shows blank screen as soon as I launch my app in iphone 6

anmolbasnet