Closed kentyunge closed 6 years ago
add model and label to root project ( ios ) by Xcode. to use you can call file name only not require.
example
const ir = new TfImageRecognition({ model: 'rounded_graph.pb', labels: 'retrained_labels.txt' }
I've just pushed a fix for this as described in the pr here: #13 - hopefully that should fix the issue
I'm unable to get the *.pb file working in release mode. Everything seems to work while running in debug mode on a simulator but when deploying in release mode to simulator or device I get the following error:
I am using the example project from the repo with little changes outside of pointing to my model/label files and passing in appropriate params.
react-native: 0.52.1