Gesture-Recognition-101-CoreML-ARKit icon indicating copy to clipboard operation
Gesture-Recognition-101-CoreML-ARKit copied to clipboard

error on ViewController : Use of unresolved identifier 'example_5s0_hand_model'

Open alanwong0922 opened this issue 4 years ago • 0 comments

on the ViewController - line 43 and 44

guard let selectedModel = try? VNCoreMLModel(for: example_5s0_hand_model().model) else { fatalError("Could not load model. Ensure model has been drag and dropped (copied) to XCode Project. Also ensure the model is part of a target (see: https://stackoverflow.com/questions/45884085/model-is-not-part-of-any-target-add-the-model-to-a-target-to-enable-generation ") }

The xcode would return the error : Use of unresolved identifier 'example_5s0_hand_model'

alanwong0922 avatar Mar 18 '20 07:03 alanwong0922