-
Notifications
You must be signed in to change notification settings - Fork 16
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
What's the error when I used the model.prototxt? #1
Comments
@innerlee |
@yjxiong hi, yuanjun, do you know how to evaluate this model? |
These models use standard Caffe-style preprocessing. That is 299 crops, 0-255 BGR images, and standard ImageNet mean values. You can consult here for the preprocessing steps https://github.com/yjxiong/caffe/blob/action_recog/models/bvlc_googlenet/train_val.prototxt#L13 The only difference is that crop size should be 299. |
from model.prototxt, crop size should be 331. |
Hi shicai, for single crop evaluation:
edit: |
I suggest adding these to the README page. |
I0726 09:27:07.791891 1097 net.cpp:98] Creating Layer data
F0726 09:27:07.791920 1097 net.cpp:394] Duplicate blobs produced by multiple sources.
The text was updated successfully, but these errors were encountered: