keras_Realtime_Multi-Person_Pose_Estimation icon indicating copy to clipboard operation
keras_Realtime_Multi-Person_Pose_Estimation copied to clipboard

demo_image.py return input image without dots

Open adamaulia opened this issue 7 years ago • 2 comments

Thank you for share your code. I tried run python demo_image.py --image sample_images/ski.jpg , I downloaded keras weight from here https://www.dropbox.com/s/llpxd14is7gyj0z/model.h5 , I expect I got result image with dot colors just like in your github, but in return I got output image same with input image also I got nothing in all_peaks variable all_peaks [[], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], []]

adamaulia avatar Dec 14 '17 07:12 adamaulia

@adamaulia That is strange. Check if your code is up to date.

michalfaber avatar Dec 14 '17 07:12 michalfaber

I just realized I run the old clone folder, and put new clone in another folder, and it runs like charm.

adamaulia avatar Dec 14 '17 10:12 adamaulia