Using Vision in Real Time with ARKit

Manage Vision resources for efficient execution of a Core ML image classifier, and use SpriteKit to display image classifier output in AR.

管理Vision资源以有效执行Core ML图像分类器,并使用SpriteKit在AR中显示图像分类器输出。


Overview

This sample app runs an ARKit world-tracking session with content displayed in a SpriteKit view. The app uses the Vision framework to pass camera images to a Core ML classifier model, displaying a label in the corner of the screen to indicate whether the classifier recognizes anything in view of the camera. After the classifier produces a label for the image, the user can tap the screen to place that text in AR world space.

Note

The Core ML image classifier model doesn’t recognize and locate the 3D positions of objects. (In fact, the Inceptionv3 model attempts only to identify an entire scene.) When the user taps the screen, the app adds a label at a real-world position corresponding to the tapped point. How closely a label appears to relate to the object it names depends on where the user taps.

概述

此示例应用运行一个ARKit世界追踪Session,内容显示在SpriteKit视图中。 该应用程序使用Vision框架将相机图像传递给核心ML分类器模型,在屏幕的角落显示标签以指示分类器是否识别相机视图中的任何内容。 分类器为图像生成标签后,用户可以点击屏幕将该文本放置在AR世界空间中。

注意

核心ML图像分类器模型不识别和定位对象的3D位置。 (实际上,Inceptionv3模型只会尝试识别整个场景。)当用户点击屏幕时,应用程序会在与点击点相对应的现实世界位置添加一个标签。 标签看起来与它命名的对象有多密切相关,取决于用户点击的位置。

Implement the Vision/Core ML Image Classifier

The sample code’s classificationRequest property, classifyCurrentImage()method, and processClassifications(for:error:) method manage:

A Core ML image-classifier model, loaded from an mlmodel file bundled with the app using the Swift API that Core ML generates for the model

VNCoreMLRequest and VNImageRequestHandler objects for passing image data to the model for evaluation

For more details on using VNImageRequestHandlerVNCoreMLRequest, and image classifier models, see the Classifying Images with Vision and Core ML sample-code project.

实现视觉/核心ML图像分类器

示例代码的classificationRequest属性,classifyCurrentImage()方法和processClassifications(用于:错误:)方法管理:

核心ML图像分类器模型,从使用Core ML为模型生成的Swift API与应用捆绑在一起的mlmodel文件加载

VNCoreMLRequest和VNImageRequestHandler对象,用于将图像数据传递到模型进行评估

有关使用VNImageRequestHandler,VNCoreMLRequest和图像分类器模型的更多详细信息,请参阅使用Vision和Core ML示例代码项目对图像进行分类。

Run the AR Session and Process Camera Images

The sample ViewController class manages the AR session and displays AR overlay content in a SpriteKit view. ARKit captures video frames from the camera and provides them to the view controller in the session:didUpdateFrame: method, which then calls the classifyCurrentImage() method to run the Vision image classifier.

运行ARSession并处理相机图像

示例ViewController类管理ARSession并在SpriteKit视图中显示AR叠加内容。 ARKit从摄像头捕获视频帧,并将它们提供给会话中的视图控制器:didUpdateFrame:方法,然后调用classifyCurrentImage()方法运行Vision图像分类器。


Serialize Image Processing for Real-Time Performance

The classifyCurrentImage() method uses the view controller’s currentBufferproperty to track whether Vision is currently processing an image before starting another Vision task.

为实时性能序列化图像处理

classifyCurrentImage()方法使用视图控制器的currentBuffer属性来跟踪Vision在开始另一个Vision任务之前是否正在处理图像。


Important

Making sure only one buffer is being processed at a time ensures good performance. The camera recycles a finite pool of pixel buffers, so retaining too many buffers for processing could starve the camera and shut down the capture session. Passing multiple buffers to Vision for processing would slow down processing of each image, adding latency and reducing the amount of CPU and GPU overhead for rendering AR visualizations.

In addition, the sample app enables the usesCPUOnly setting for its Vision request, freeing the GPU for use in rendering.

重要

确保一次只处理一个缓冲区,以确保良好的性能。 相机回收有限的像素缓冲池,因此保留太多缓冲区以进行处理可能会导致相机不能使用并关闭捕捉Session。 将多个缓冲区传递给Vision进行处理会减慢每个图像的处理速度,增加延迟并减少渲染AR可视化的CPU和GPU开销。

此外,示例应用程序还为其Vision请求启用了usesCPUOnly设置,释放GPU以用于渲染。

Visualize Results in AR

The processClassifications(for:error:) method stores the best-match result label produced by the image classifier and displays it in the corner of the screen. The user can then tap in the AR scene to place that label at a real-world position. Placing a label requires two main steps.

First, a tap gesture recognizer fires the placeLabelAtLocation(sender:) action. This method uses the ARKit hitTest:types: method to estimate the 3D real-world position corresponding to the tap, and adds an anchor to the AR session at that position.

在AR中显示结果

processClassifications(for:error :)方法存储由图像分类器生成的最佳匹配结果标签,并将其显示在屏幕的角落。 用户然后可以点击AR场景以将该标签放置在真实世界的位置。 放置标签需要两个主要步骤。

首先,轻击手势识别器触发placeLabelAtLocation(发件人:)操作。 此方法使用ARKit hitTest:types:方法来估计与水龙头相对应的3D真实世界位置,并向该位置的ARSession添加锚点。


Next, after ARKit automatically creates a SpriteKit node for the newly added anchor, the view:didAddNode:forAnchor: delegate method provides content for that node. In this case, the sample TemplateLabelNode class creates a styled text label using the string provided by the image classifier.

接下来,在ARKit为新添加的锚点自动创建一个SpriteKit节点之后,view:didAddNode:forAnchor:delegate方法为该节点提供内容。 在这种情况下,示例TemplateLabelNode类将使用图像分类器提供的字符串创建样式文本标签。


©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 216,372评论 6 498
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 92,368评论 3 392
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 162,415评论 0 353
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 58,157评论 1 292
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 67,171评论 6 388
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 51,125评论 1 297
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 40,028评论 3 417
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 38,887评论 0 274
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 45,310评论 1 310
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 37,533评论 2 332
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 39,690评论 1 348
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 35,411评论 5 343
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 41,004评论 3 325
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 31,659评论 0 22
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 32,812评论 1 268
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 47,693评论 2 368
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 44,577评论 2 353

推荐阅读更多精彩内容

  • 诺公交去上课,他前脚出门我后脚对着楼道喊了一嗓子: 到了打个电话。 他没打电话回来。 其实也再正常不过,许是遇见了...
    我是木土土阅读 530评论 0 3
  • 今天二组开办的yy会议很成功,大家都非常给力。我也了却了一件心头事,第一次筹备这样的活动,对我来说是个很特别的经历...
    BlueIce兰冰阅读 140评论 0 0
  • 见到了一群可爱、稚气的你们,似乎是因为彼此的陌生对你们还有一种距离感,而你们这批大一新生也决不会害怕军训的挑...
    捉影Catchyou阅读 311评论 0 0
  • 作为妈妈的我,自认为教育孩子还不错,孩子很听话通情达理,很有爱心,遇到困难烦心事总会想着找妈妈帮忙,对于亲子关系挺...
    欧林圣阅读 297评论 0 0