-
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
mxnet model 问题 #663
Comments
我也是一样的问题,求解答,另外输入不同的图片输出的数据还是稍微有点区别的并不是完全一样, |
通过查看各层输出,发现是从pooling层开始出现问题的:从pooling层开始,输入不同图片,结果差异就很小了。 晚些时候,我逐层对比下mxnet和ncnn的输出 时间紧,暂时放弃了,换ssr-net。 |
我也遇到同样的问题,怎么调用啊。转换模型的时候没有任何错误 |
@ancheel 怎么解决啊。这个貌似也是性别年龄的模型啊。咱们两个一模一样的问题 |
mxnet.zip |
mxnet batchnorm gamma 参数转换有问题,git master 已经修复 |
是的已经完美解决 |
Thanks! |
@sunjunlishi 你好,想问下你是怎么解决的?我这边转过之后,输出和mxnet的输出还是不一样 |
@Linxincode 你把mxnet align后的 图片(可以保存为bmp格式)让 ncnn处理,保证输入一样; |
电脑端和手机端的数据还是米有完全一样,但是基本一样,应该不影响判断 |
@sunjunlishi @ancheel 可以分享一下你的ncnn预处理的code给我吗?我的邮箱是[email protected]
|
使用此 mxnet 的实现 https://github.com/deepinsight/insightface/blob/master/gender-age/face_model.py
mxnet 的代码
ncnn 的代码
但是无论输入任何图片,得到的结果(out)都是一样的。
转换成ncnn模型后的网络结构
The text was updated successfully, but these errors were encountered: