You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a strange issue on a tablet ACER B1-780 (Android 6.0, ARM64). Recognition is fine on 3 first models (GoogleNet, SqueezeNet), but fails on CaffeNet and AlexNet. In fact it returns the following error:
__bionic_open_tzdata_path: ANDROID_DATA not set!
__bionic_open_tzdata_path: ANDROID_ROOT not set!
and empty recognition. I don't know if it will be easy to reproduce such issue, because all models work fine on my S7 ...
The text was updated successfully, but these errors were encountered:
Hmm, so it's not problem. But the thing is that I do not get any stdout (it's empty) and no further errors ... Need to check it deeper at some point ...
I debugged new app on my cheap tablet and all models but AlexNet/CaffeNet work fine, but the latter ones do not work and do not give an error or output, though program clearly do something for about 7 secs... What I think is maybe there is not enough memory (these cheap devices has 1Gb of memory with 4 cores) while error just suppressed somewhere in classification bin ... Strange ... Anyway, we can leave it for now, or we can try to run it on a similar device with 1Gb of memory and later debug classification bin itself ...
I have a strange issue on a tablet ACER B1-780 (Android 6.0, ARM64). Recognition is fine on 3 first models (GoogleNet, SqueezeNet), but fails on CaffeNet and AlexNet. In fact it returns the following error:
__bionic_open_tzdata_path: ANDROID_DATA not set!
__bionic_open_tzdata_path: ANDROID_ROOT not set!
and empty recognition. I don't know if it will be easy to reproduce such issue, because all models work fine on my S7 ...
The text was updated successfully, but these errors were encountered: