//Take stream from /mediapipe/graphs/hand_tracking/hand_detection_desktop_live.pbtxt
// RendererSubgraph - LANDMARKS:hand_landmarks
Couldn't find the two pb.h files. Are they been deleted or adapted to other existing files?
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!
Most helpful comment
Any news on this? Having the same problem