-
Notifications
You must be signed in to change notification settings - Fork 86
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
Unable to resolve dependency for ':@debug/compileClasspath': Could not resolve org.apache.commons:commons-math3:3.6.1. #8
Comments
Hi, |
I had build the gradle by installing required dependencies and i got stucked here.. |
Process: org.tensorflow.yolo, PID: 6963 Added the Custom Model though Im geeting the exception |
What is the version of your TensorFlow? |
this problem was resolved.. but facing the other issues when I changed the trained model<br>throwing the Exception..<br><br>org.tensorflow.TensorFlowException: Op type not registered 'TFLite_Detection_PostProcess' in binary running on localhost. Make sure the Op and Kernel are registered in the binary running in this process.<br>
Sai Kartik Nistala
Research Associate
Phone : (891)-769-6166
Mobile : (891)-769-6166
Email : [email protected] Miracle Heights - APAC HQ
Hill No. 1, IT SEZ, Chinna Rushi Konda
Visakhapatnam, AP - 530045, India
www.miraclesoft.com
From: "Zoltán Szabó" <[email protected]>
To: "szaza/android-yolo-v2" <[email protected]>
Cc: "nistala" <[email protected]>, "Author" <[email protected]>
Sent: Monday, August 6, 2018 7:11:58 PM
Subject: Re: [szaza/android-yolo-v2] Unable to resolve dependency for ':@debug/compileClasspath': Could not resolve org.apache.commons:commons-math3:3.6.1. (#8)
What is the version of your TensorFlow?
Usually, this error appear when you train with a different TF version then your TFLight version.
Could you please check if your TF version which you use for training is the same like the TFLight version which you use on the Android?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub , or mute the thread .
…______________________________________________________________________
This email has been scanned by the Symantec Email Security.
______________________________________________________________________
|
Getting the dependency error in YoloClassifier.java Unable to resolve dependency for ':@debug/compileClasspath': Could not resolve org.apache.commons:commons-math3:3.6.1. where I have injected the jar file to project and Missing the Sigmoid class.
Could you people assist us while resolving the issue
The text was updated successfully, but these errors were encountered: