openpose icon indicating copy to clipboard operation
openpose copied to clipboard

No saved output after successfully running the OpenPose

Open bfeng1 opened this issue 3 years ago • 4 comments

Issue Summary

I installed the 1.6.0 portable version of openpose on windows 10. I used openpose for a folder with jpg files and tried to get the image results and JSON results. During the openpose running, I am able to see the openpose.exe windows and the body key points getting detected successfully. However, after the openpose finished successfully without any errors, I did not find any saved results in specified folders.

Executed Command (if any)

bin\OpenPoseDemo.exe -image_dir examples\working_folder\bad_jump_left\trail1\input_img write_json examples\working_folder\bad_jump_left\trail1\json write_images examples\working_folder\bad_jump_left\trail1\detected_img

OpenPose Output (if any)

Starting OpenPose demo... Configuring OpenPose... Starting thread(s)... Auto-detecting all available GPUs... Detected 1 GPU(s), using 1 of them starting at GPU 0. OpenPose demo successfully finished. Total time: 26.186321 seconds.

Errors (if any)

No errors get reported.

Type of Issue

Select the topic(s) on your post, delete the rest:

  • Help wanted

Your System Configuration

  1. D:\master_project\openpose-1.6.0-binaries-win64-gpu-flir-3d_recommended\openpose>bin\OpenPoseDemo.exe -image_dir examples\working_folder\bad_jump_left\trail1\input_img write_json examples\working_folder\bad_jump_left\trail1\json write_images examples\working_folder\bad_jump_left\trail1\detected_img Starting OpenPose demo... Configuring OpenPose... Starting thread(s)... Auto-detecting all available GPUs... Detected 1 GPU(s), using 1 of them starting at GPU 0. OpenPose demo successfully finished. Total time: 26.186321 seconds.

  2. OpenPose version: 1.6.0 version from Release section

  3. General configuration:

    • Installation mode: CMake, sh script, manual Makefile installation, ... (Ubuntu); CMake, ... (Windows); ...?
    • Operating system (lsb_release -a in Ubuntu): Windows
    • Operating system version (e.g., Ubuntu 16, Windows 10, ...): Windows 10
    • Release or Debug mode? (by default: release):
    • Compiler (gcc --version in Ubuntu or VS version in Windows): 5.4.0, ... (Ubuntu); VS2015 Enterprise Update 3, VS2017 community, ... (Windows); ...?
  4. Non-default settings:

    • 3-D Reconstruction module added? (by default: no):
    • Any other custom CMake configuration with respect to the default version? (by default: no):
  5. 3rd-party software:

    • Caffe version: Default from OpenPose
    • CMake version (cmake --version in Ubuntu): 3.16.3
    • OpenCV version: 4.5.2.52
  6. If GPU mode issue:

    • CUDA version (cat /usr/local/cuda/version.txt in most cases):
    • cuDNN version:
    • GPU model (nvidia-smi in Ubuntu):
  7. If CPU-only mode issue:

    • CPU brand & model:
    • Total RAM memory available:
  8. If Python API:

    • Python version: 2.7, 3.7, ...?
    • Numpy version (python -c "import numpy; print numpy.version.version" in Ubuntu):
  9. If Windows system:

    • Portable demo
  10. If speed performance issue:

bfeng1 avatar Jun 19 '21 19:06 bfeng1

Hi, @bfeng1 did you find a solution for this? I'm facing the same issue.

dikshantjn avatar Sep 15 '21 20:09 dikshantjn

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jan 09 '22 05:01 stale[bot]

I have the same question

Kitoali avatar Apr 20 '22 06:04 Kitoali

Maybe is the argument that cause the issue, you are suppose to have "--" before the argument <image_dir>, <write_images>, <write_json> etc.... I'm using 1.7.0 portable version, and I can run the command successfully with files saved. $>bin\OpenPoseDemo.exe --image_dir "{PATH}" --disable_blending --display 0 --write_images "{PATH}" --write_json "{PATH}"

ArtoriaKawaii avatar May 11 '23 03:05 ArtoriaKawaii