-
Notifications
You must be signed in to change notification settings - Fork 181
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
how to generate the mean.msg? #37
Comments
Hi, CNNdroid assumes that the input to the network is preprocessed and is ready to go. For your convenience, I prepared the script to convert binaryproto file to messapack one. |
Hello,
Thank you very much.
I generated the mean.msg using the script you sent me, and when I try to
run the application on my phone, it breaks down and I can not find out what
the problem is.
Respectfully,
2018-03-15 14:46 GMT+01:00 Salar Latifi <[email protected]>:
Hi,
CNNdroid assumes that the input to the network is preprocessed and is
ready to go.
We used messagepack library to save and load the mean file, but you're
free to use whatever library you desire. You can also just save the mean
values in a text file and load them in your project.
For your convenience, I prepared the script to convert binaryproto file to
messapack one.
binaryproto_to_msgpack.py.zip
<https://github.com/ENCP/CNNdroid/files/1815599/binaryproto_to_msgpack.py.zip>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#37 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AYT7Zbtl3Ioyn3UDc3N8A13zcZCzfY-aks5tenCkgaJpZM4Srvra>
.
<https://mailtrack.io/> Sent with Mailtrack
<https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality&>
|
Your welcome. Thanks |
hello,
i want to use my pre trained model but i didn't know how to generate the mean.msg which exist in Data Cifar 10 .
The text was updated successfully, but these errors were encountered: