-
Notifications
You must be signed in to change notification settings - Fork 63
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
about the det2_half.caffemodel #10
Comments
the det2_half is same version as the origin mtcnn version.I convert it to fp16 with opencv. |
>>> import caffe
>>> deploy = "./det2.prototxt"
>>> model = "./det2_half.caffemodel"
>>> net = caffe.Net(deploy, model, caffe.TEST) WARNING: Logging before InitGoogleLogging() is written to STDERR |
Have you solve this problem yet? I find this too. @tanghy2016 |
Hello, I test these models , and have found the size of det2_half.caffemodel is just 198k,more smaller than the size of origin model which is 398k.But I find the prototxt of det2 is same as original det2's prototxt .So could you tell me how to compress the det2_half.caffemodel to 198k size det2_half.caffemodel?Thank you!
The text was updated successfully, but these errors were encountered: