Is there a guide to installing Openpose on Jetson AGX Orin with Jetpack 5 version? because I didn’t find the correct guide on openpose
Unfortunately, we don’t have an official openpose sample for Orin.
But there are several tutorials from the community.
Please search the “openpose jetson” online and you should find several tutorials.
I have a problem when doing cmakenproc
when building openpose, where the installed caffe is required for C++14 or above and the one I have is on version 9 following jetpack 5.0, is there a solution like installing caffe separately that supports c++9 or what?
[ 1%] Building CXX object src/caffe/CMakeFiles/caffeproto.dir///include/caffe/proto/caffe.pb.cc.o
In file included from /usr/local/include/absl/base/config.h:86,
from /usr/local/include/absl/base/attributes.h:37,
from /usr/local/include/absl/strings/string_view.h:39,
from /usr/local/include/google/protobuf/stubs/common.h:44,
from /usr/local/include/google/protobuf/io/coded_stream.h:130,
from /home/roisc-orin1/openpose/build/caffe/src/openpose_lib-build/include/caffe/proto/caffe.pb.h:24,
from /home/roisc-orin1/openpose/build/caffe/src/openpose_lib-build/include/caffe/proto/caffe.pb.cc:4:
/usr/local/include/absl/base/policy_checks.h:79:2: error: #error “C++ versions less than C++14 are not supported.”
79 | #error “C++ versions less than C++14 are not supported.”
| ^~~~~
In file included from /home/roisc-orin1/openpose/build/caffe/src/openpose_lib-build/include/caffe/proto/caffe.pb.h:11,
from /home/roisc-orin1/openpose/build/caffe/src/openpose_lib-build/include/caffe/proto/caffe.pb.cc:4:
Hi,
If you require a newer C++ version, please try to update the software to the latest release like JetPack 6.x.
Thanks.
Oke Thankyou
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.