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

How to modify the Caffe classification.cpp code for multiple images? #6616

Open
ClaudioMor opened this issue Nov 21, 2018 · 0 comments
Open

Comments

@ClaudioMor
Copy link

Hi,

I used classification.cpp with my custom lite version of VGG16 trained con cifar10 and it work fine for one image.
Usage: ./examples/cpp_classification/classification.bin deploy.prototxt network.caffemodel mean.binaryproto labels.txt img.jpg

Now I would like to use classification.cpp on 1000 test images.jpg from cifar10 in order to obtain top5 classification of each images and then calculate fps for this operation. By the chance, are there any example of modify classification.cpp?

I've already read the previous topic con classification.cpp, but none solved this issue.
Thank you!

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

1 participant