Skip to content
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

读入一张图如何用caffe进行识别 #4

Open
lzh19840809 opened this issue Jan 10, 2016 · 3 comments
Open

读入一张图如何用caffe进行识别 #4

lzh19840809 opened this issue Jan 10, 2016 · 3 comments

Comments

@lzh19840809
Copy link

在c++环境下,读入一张图如何用caffe进行识别,有没有这样的例子可以参考?

@shicai
Copy link
Owner

shicai commented Jan 10, 2016

图像缩放到指定大小,减去均值,然后通过网络前向传播,获取最后softmax层的概率值,取最大值的那个id,即为对应识别出来的类别

@lzh19840809
Copy link
Author

@shicai ,谢谢

@smudge1307
Copy link

请问有这样的例子吗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants