Hi all,
I have read many tutorials about installing OpenPose on TX2 but they are outdated.
Can you please explain the steps to install OpenPose on TX2 (JetPack 4.5) ?
The last tutorial I followed was this one: NVIDIA Jetson and Raspberry Pi: JetsonTX2 - Human Pose estimation using OpenPose
But it does not install the examples folder, so I am having this issue: ./build/examples/openpose/openpose.bin: No such file or directory · Issue #719 · CMU-Perceptual-Computing-Lab/openpose · GitHub
Thanks in advance for the help!
Hi,
Have you tried this “build from source” instructions?
OpenPose Doc - Installation
==========================
## Contents
1. [Operating Systems, Requirements, and Dependencies](#operating-systems-requirements-and-dependencies)
2. [Windows Portable Demo](#windows-portable-demo)
3. [Compiling and Running OpenPose from Source](#compiling-and-running-openpose-from-source)
1. [Problems and Errors Installing OpenPose](#problems-and-errors-installing-openpose)
2. [Prerequisites](#prerequisites)
3. [Clone OpenPose](#clone-openpose)
4. [CMake Configuration](#cmake-configuration)
5. [Compilation](#compilation)
6. [Running OpenPose](#running-openpose)
7. [Custom User Code](#custom-user-code)
4. [Compiling and Running OpenPose from Source on ROS, Docker, and Google Colab - Community-Based Work](#compiling-and-running-openpose-from-source-on-ros-docker-and-google-colab-community-based-work)
5. [Uninstalling, Reinstalling, or Updating OpenPose](#Uninstalling-reinstalling-or-updating-openpose)
6. [Additional Settings (Optional)](#additional-settings-optional)
This file has been truncated. show original
Thanks.