CMU-Perceptual-Computing-Lab / openpose

OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
https://cmu-perceptual-computing-lab.github.io/openpose
Other
30.33k stars 7.79k forks source link

unknown type name 'PROTOBUF_NAMESPACE_OPEN' #2294

Open kangshifu12300 opened 2 months ago

kangshifu12300 commented 2 months ago

I encountered these errors while compiling OpenPose: "error: unknown type name 'PROTOBUF_NAMESPACE_OPEN'" and "error: use of undeclared identifier 'Arena'". My Protobuf compiler version is 3.20.3. How can I solve this problem?