Mediapipe: Couldn't find pb.h files

Created on 6 Feb 2020  ·  6Comments  ·  Source: google/mediapipe

//Take stream from /mediapipe/graphs/hand_tracking/hand_detection_desktop_live.pbtxt
// RendererSubgraph - LANDMARKS:hand_landmarks

include "mediapipe/calculators/util/landmarks_to_render_data_calculator.pb.h"

include "mediapipe/framework/formats/landmark.pb.h"

Couldn't find the two pb.h files. Are they been deleted or adapted to other existing files?

Most helpful comment

Any news on this? Having the same problem

All 6 comments

Any news on this? Having the same problem

I am having the same problem as well

@ChuyiZhong have you solved it??

@dgrnd4 @ChuyiZhong @kodosexe
Any update on this ?

I had the same problem and if I’m not wrong I was wrong because I didn’t add the libraries in the build.
If you want to compile a project, you must add all the libraries in the BUILD file.
So: #include “.../AllFilesThatYouWantToAdd.pb.h” in the BUILD FILE
Let me know if you can solve in this way.

It worked in my case. I had to add "//mediapipe/framework/formats:landmark_cc_proto", in the BUILD file.
Thank you!

Was this page helpful?
0 / 5 - 0 ratings