-
Notifications
You must be signed in to change notification settings - Fork 45
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
#include "caffe2/proto/caffe2.pb.h" not found #11
Comments
@dawand hi, I guess you are testing feature-models branch right? In that case, yes, you will have this issue, because we are still developing this branch (in the stage of testing some error handling) and it's quite not stable. We will eventually publish a 2-0-stable branch for a clean/stable version of that branch. I tested 1-0-stable, and it should not throw this error. Also, this error thrown because in the feature-models branch, you are missing some files (which is too big for git an we didn't put it there.) You can still do following to clean it:
Or, you can download for example tinyYoloInit.pb/tinyYoloPredict.pb in this repo: https://github.com/KleinYuan/caffe2-yolo And do similar thing, remove whatever is not available or whatever you don't need. In summary, the issue is that model files are missing and this branch is still under developing. Sorry for the confusion and we will publish 2-0-stable ASAP. :) hope helpful. |
Thank you very much for the detailed explanation 👍 Keep going 💯 |
@dawand thanks for your appreciation and feel free to ask any question here. Also if you like it, star us to encourage us. :) |
@dawand hey man, I actually thought about it and it seems that also possible that your caffe2 build is not successful. Could you double check on that. I have a friend having the same issue and please check following stuff are done:
You should not have any problem if those are done. |
@KleinYuan Hi, I met the same error today when I was trying to build the Caffe2-iOS. When I run setup.sh, there is an error:
Do you know what is going on and how to fix it? Thanks! |
@KleinYuan I am having the same exact problem as described above by @lihuoran when I run setup.sh. (This Imgur album has three images that show all of the errors and warnings I'm receiving in Terminal when running setup.sh. They are in chronological order from first image to third image.) In addition, I'm also getting these two warnings:
@lihuoran Please let me know if you find a solution to this error. |
Was there ever a fix for this issue? I tried looking at #23 but this isn't doing it for me either |
not found in logging.h
I manually checked the cafe2 proto folder and the file is not there.
Am I missing something?
The text was updated successfully, but these errors were encountered: