-
Notifications
You must be signed in to change notification settings - Fork 134
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
Issue with param file architecture #31
Comments
Solution: and this solution is applicable only to the first model (2.7_80x80_MiniFASNetV2.pth), and not the second model (4_0_0_80x80_MiniFASNetV1SE.pth), because it has an se_module, that is not supported by Pytorch2Caffe library, and their caffe conversion tool is not open source yet. |
Hi there! I am trying to run the apk script in Android Studio, but kept seeing Have you encountered this issue? Many thanks! |
Hi.
I was manually converting the anti spoof pth models given here into bin and param files (i.e. ncnn format) after referring to #3 issue, and following these steps.
However, the architecture of my onnx/param files is different from the actual param files given here
This is the param file given in the repo:
model_2.param
And this is my param file architecture:
ncnn_07Apr.zip
And I checked the architectures on https://netron.app/
And they're clearly different.
And the original APK script is running fine with the original models, but crashes with the new ones.
No traceback or warning or error is displayed upon crashing. There is nothing in the logs.
Would you have any idea why that might be?
Any insight is appreciated.
The text was updated successfully, but these errors were encountered: