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

crash when change android_graph.pb #34

Closed
xhzzhang opened this issue May 30, 2018 · 1 comment
Closed

crash when change android_graph.pb #34

xhzzhang opened this issue May 30, 2018 · 1 comment

Comments

@xhzzhang
Copy link

Hello, this project is very good when i test, but when I use darkflow tool to convert my weight and cfg file to new android_graph.pb, then replace old one, and change the class_labels[] in java file, then got new apk, but test got crash message as below, Is it anything wrong in my step? anybody can helo me?

...
I/native: stat_summarizer.cc:33 StatSummarizer found 349 nodes
tensorflow_jni.cc:137 Creating session.
A/native: tensorflow_jni.cc:140 Could not create TensorFlow Graph: Not found: Op type not registered 'RealDiv'
A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 3109 (ImageListener)
Application terminated.

@natanielruiz
Copy link
Owner

The app is hardcoded for 20 classes (pascal voc), this is the reason.

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

2 participants