Skip to content
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

Unable to find mediapipe/framework/calculator.pb.h file #5419

Open
Terrywang2001 opened this issue May 20, 2024 · 2 comments
Open

Unable to find mediapipe/framework/calculator.pb.h file #5419

Terrywang2001 opened this issue May 20, 2024 · 2 comments
Assignees
Labels
os:linux-non-arm Issues on linux distributions which run on x86-64 architecture. DOES NOT include ARM devices. platform:c++ Issues specific to C++ framework in mediapipe type:bug Bug in the Source Code of MediaPipe Solution

Comments

@Terrywang2001
Copy link

Have I written custom code (as opposed to using a stock example script provided in MediaPipe)

None

OS Platform and Distribution

Ubuntu 20.04

Mobile device if the issue happens on mobile device

No response

Browser and version if the issue happens on browser

No response

Programming Language and version

C++

MediaPipe version

No response

Bazel version

No response

Solution

Tool: text_to_binary_graph

Android Studio, NDK, SDK versions (if issue is related to building in Android environment)

No response

Xcode & Tulsi version (if issue is related to building for iOS)

No response

Describe the actual behavior

I couldn't find mediapipe/framework/calculator.pb.h file everywhere

Describe the expected behaviour

there should be a mediapipe/framework/calculator.pb.h file somewhere in mediapipe folder

Standalone code/steps you may have used to try to get what you need

When I try to use the tool text_to_binary_graph to create face_landmark_front_gpu.binarypb from face_landmark_front_gpu.pbtxt, the file calculator.pb.h is just missing. So where can I find that file or create that file?

Other info / Complete Logs

No response

@Terrywang2001 Terrywang2001 added the type:bug Bug in the Source Code of MediaPipe Solution label May 20, 2024
@kuaashish kuaashish self-assigned this May 20, 2024
@kuaashish kuaashish added os:linux-non-arm Issues on linux distributions which run on x86-64 architecture. DOES NOT include ARM devices. platform:c++ Issues specific to C++ framework in mediapipe labels May 20, 2024
@kuaashish
Copy link
Collaborator

Hi @Terrywang2001,

Could you please provide the exact steps you are following from our documentation to help us understand and reproduce the issue?

Thank you!!

@kuaashish kuaashish added the stat:awaiting response Waiting for user response label May 24, 2024
@Terrywang2001
Copy link
Author

So I've downloaded the whole mediapipe repo. Then I opened it using vscode. I opened and ran text_to_binary_graph.cc, but from '#include "mediapipe/framework/calculator.pb.h"', it just told me 'unable to open the source file', and I searched the name: 'calculator.pb.h' throughout the mediapipe folder, but I just can't find it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
os:linux-non-arm Issues on linux distributions which run on x86-64 architecture. DOES NOT include ARM devices. platform:c++ Issues specific to C++ framework in mediapipe type:bug Bug in the Source Code of MediaPipe Solution
Projects
None yet
Development

No branches or pull requests

2 participants