Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error on ViewController : Use of unresolved identifier 'example_5s0_hand_model' #3

Open
alanwong0922 opened this issue Mar 18, 2020 · 0 comments

Comments

@alanwong0922
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant