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

Image preprocessing without pose estimation and skeleton rendering (Pop!_OS 22.04 LTS) #2330

Open
Andrei630 opened this issue Jan 14, 2025 · 0 comments

Comments

@Andrei630
Copy link

Issue Summary

I have converted the openpose body_25 model to tensorflow's SavedModel format as I want to develop a tensorflow module for openpose. I thus would need some advice on how OpenPose preprocesses images, and if it is possible to use the python/c++ APIs just for image preprocessing (saving the processed image without actually performing pose estimation / rendering skeletons).

From what I understand the "emplaceAndPop" function of the Wrapper class does all the preprocessing, pose estimation, and skeleton rendering all at once. If that's not the case could anyone explain how it actually works? Is there any similar function that can be used just for the preprocessing or skeleton rendering? It would be very helpful if anyone could point out the exact functions and files that are used for the preprocessing of the image.

Type of Issue

  • Question

Your System Configuration

OpenPose version: 1.7.0

General configuration:
- Installation mode: Cmake on the terminal
- Operating system (lsb_release -a in Ubuntu): Pop!_OS codename jammy
- Operating system version: 22.04 LTS x86_64 (Based on Ubuntu)
- Release or Debug mode? (by default: release): release
- Compiler (gcc --version in Ubuntu or VS version in Windows): GCC 11.4.0-1ubuntu1 22.04, G++ Ubuntu 11.4.0-1ubuntu1 22.04 11.4.0

3rd-party software:
- Caffe version: Default from OpenPose
- CMake version (cmake --version in Ubuntu): 3.19.6
- OpenCV version: 4.11.0 built from source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant