keras_Realtime_Multi-Person_Pose_Estimation
keras_Realtime_Multi-Person_Pose_Estimation copied to clipboard
demo_image.py return input image without dots
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 That is strange. Check if your code is up to date.
I just realized I run the old clone folder, and put new clone in another folder, and it runs like charm.