You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I using Openpose to inference my images data to get the skeleton images but there are some image had a problem . There is some noise like the images below:
Maybe 10 images over 4000 images of output have this problem and It happened randomly with the images. When I try to run another time the error occurs with other images
Unfortunately, I am not able to replicate this error in the current OpenPose version. Not sure if there was a bug in that old version that was fixed later. I would recommend trying the latest version of OpenPose from our GitHub. Given our limited resources, we cannot support random Dockers from other people. Let me know if the error still exists in the latest version!
I will close this for now, as I cannot replicate the error in the latest version. However, if you still face it in there, let us know in here and I will re-open it!
Issue Summary
I using Openpose to inference my images data to get the skeleton images but there are some image had a problem . There is some noise like the images below:
Maybe 10 images over 4000 images of output have this problem and It happened randomly with the images. When I try to run another time the error occurs with other images
Executed Command (if any)
./build/examples/openpose/openpose.bin --net_resolution "1024x576" --scale_number 4 --scale_gap 0.25 --image_dir /workspace/val --display 0 --write_images /workspace/val_preview --face --hand --hand_scale_number 6 --hand_scale_range 0.4 --write_json /workspace/val_ouput -keypoint_scale 3 --disable_blending
OpenPose Output (if any)
I output the JSON files and skeleton images
Errors (if any)
The error images as above
Type of Issue
You might select multiple topics, delete the rest:
Your System Configuration
Whole console output (if errors appeared), paste the error to PasteBin and then paste the link here: LINK
OpenPose version: Version 1.4.0
General configuration:
lsb_release -a
in Ubuntu): Ubuntu 16.04 , I install OpenPose via Docker which running on GPU, Cuda 8 and Cudnn 6I build the Docker image via this Dockerfile:
https://gist.github.com/moiseevigor/11c02c694fc0c22fccd59521793aeaa6
Non-default settings: No
If GPU mode issue:
cat /usr/local/cuda/version.txt
in most cases): 8.0nvidia-smi
in Ubuntu): NVIDIA 1080TIThe text was updated successfully, but these errors were encountered: