-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
ncnn-mobilenet #353
Comments
the library in https://github.com/dangbo/ncnn-mobile is too old, try updating ncnn library |
@nihui build.gradle
CMakeLists.txt
native-lib.cpp
but error log (load_param not working)
|
you shall pass the buffer of mobilenet.param.bin instead of the plain param text file. |
@nihui
Is it not optional mobilenet.param.bin? (mandatory?) |
I try to apply mobilenet_V1 using NCNN.
Current, I make successfully new_mobilenet.bin, new_mobilenet.param (old model -> new model -> ncnn model), also clone this repository
but Occurred error, only changes mobilenet param, bin file from squeezenet.
The mobilenet.bin file is loaded, not loads all binaries.
The param file is not loaded at all.
The text was updated successfully, but these errors were encountered: