keras_Realtime_Multi-Person_Pose_Estimation
keras_Realtime_Multi-Person_Pose_Estimation copied to clipboard
Questions about demo.ipynb
In the demo.ipynb, you shown the heatmap[:,:,2], it looks a little noisy, but the final result looks good. Is the final result based on the your trained model and up-mentioned noisy heatmap?? Thanks very much.
@qixianbiao The result in the demo.ipynb is based on the original caffemodel. And the keras model I trained for 5 days doesn't work, I don't upload it. Bugs may be in the loss. I am so sorry that I am too busy on other things these days to handle the existing bugs.
In In[12], there is a NameError: name 'param' is not defined. Is this the difference between Python2.x and Python3.x?