Gesture-Recognition-101-CoreML-ARKit
Gesture-Recognition-101-CoreML-ARKit copied to clipboard
error on ViewController : Use of unresolved identifier 'example_5s0_hand_model'
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'