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

Simple project to recognize hands in realtime. 👋 Serves as an Example for building your own object recognizer.

Results 2 Gesture-Recognition-101-CoreML-ARKit issues
Sort by recently updated
recently updated
newest added

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...

I want test your program but got stuck this "error: Failed with exit code 1" in the Xcode. Do you had idea why of this error get from? I am...