-
Notifications
You must be signed in to change notification settings - Fork 19
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
Not same result #14
Comments
Hi Testing for a real image ... Testing for a fake image ... This keras model works well. But the results from "dense_4_blob" of the converted NCNN model are the following: Testing for a fake image ... So I can NOT separate the real images and the fake images. |
Fixed in 34d81db, you can try the newest version. |
thanks |
But the results from the new converted NCNN model are the following. Testing for a real image ... Testing for a fake image ... |
Hi |
Something I just cannot understand is that, if I injected random data, I got the same result, but if I extract the input of the ncnn, and put it into the keras (vice versa), I got something different. I am not sure is there something weird in your model, or there is some implementation issue in ncnn ( or error in the conversion). |
|
Hi
Thanks for your continuous updating.
I converted the Keras model with the latest version of your project and compared the result from the NCNN model with one from the original model.
But the results are too different from each other.
The results from the Keras model are the following:
the real face score: 0.31723082
the fake face score: 0.1382943
The results from the NCNN model are the following:
the real face score: 0.68066406
the fake face score: 0.7392578
I send the original Keras model, the converted NCNN model, and the inference scripts.
https://we.tl/t-vJESHtg4QF
Could u check on your side again?
Thanks
The text was updated successfully, but these errors were encountered: