Combining CoreML and ARKit
问题 I am trying to combine CoreML and ARKit in my project using the given inceptionV3 model on Apple website. I am starting from the standard template for ARKit (Xcode 9 beta 3) Instead of intanciating a new camera session, I reuse the session that has been started by the ARSCNView. At the end of my viewDelegate, I write: sceneView.session.delegate = self I then extend my viewController to conform to the ARSessionDelegate protocol (optional protocol) // MARK: ARSessionDelegate extension