quanhua92 / human-pose-estimation-opencv

Perform Human Pose Estimation in OpenCV Using OpenPose MobileNet
Apache License 2.0
347 stars 145 forks source link

Even test image is not recognized properly #4

Open aseembh2001 opened 5 years ago

aseembh2001 commented 5 years ago

I am getting below output on test image capture

quanhua92 commented 5 years ago

Hi, I wonder if your environment is correct. This is my test on my windows 10 PC. I use Anaconda.

image

StevenBanama commented 5 years ago

you`d better change your python version and all requirment. It had been solved when env changed.

swainshashwat commented 5 years ago

I am getting below output on test image capture

Even I am getting a similar result, are there any major version changes that are doing this?

quanhua92 commented 5 years ago

@swainshashwat Can you try the code with new python environment and OpenCV 4.1? Everything is fine in my machine. I install OpenCV via pip: pip install opencv-python