-
Notifications
You must be signed in to change notification settings - Fork 30
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
Could not find type "type.googleapis.com/mediapipe.GateCalculatorOptions" #7
Comments
Hi , I have been continuing to work on it. I want to do the Multi hands in the future but for this, I tried to follow your instructions exactly. before I made any changes I was able to run all of the hand tracking models sucessfully. I wonder if is is related to the PROTOBUFF issue. In your document you stated that MediaPipe runs a different version of protobuf .. you mentioned something about a system wide installation. |
Protobuf is backwards compatible, so there shouldn't be an issue there. Sadly I don't have any definitive answers for you ... I would follow the suggestions in Issue 650: double check your OpenGL version and verify that your .pbtxt binary and graph targets match. If you're tight on time, you can aways skip using For example, something like:
|
Thank you so much, I am going to give that a shot! |
Hi Madeline, First thank you for taking the time to post this great example. I am trying to get it running, and have checked and double checked the changes.. it builds fine, but then I get this error trying to run it.
Any help would be much appreciated . I am running MacOs, Catalina 10.15.6. Proto is 3.6.1 .
[libprotobuf ERROR external/com_google_protobuf/src/google/protobuf/text_format.cc:309] Error parsing text-format mediapipe.CalculatorGraphConfig: 40:59: Could not find type "type.googleapis.com/mediapipe.GateCalculatorOptions" stored in google.protobuf.Any.
F20200901 22:07:08.679298 520498624 parse_text_proto.h:32] Check failed: ParseTextProto(input, &result)
*** Check failure stack trace: ***
@ 0x10f9a244f google::LogMessageFatal::~LogMessageFatal()
@ 0x10f99ede9 google::LogMessageFatal::~LogMessageFatal()
@ 0x10f4fd7bb mediapipe::ParseTextProtoOrDie<>()
@ 0x10f4fb899 RunMPPGraph()
@ 0x10f4fd815 main
zsh: abort sudo GLOG_logtostderr=1
The text was updated successfully, but these errors were encountered: