keras_Realtime_Multi-Person_Pose_Estimation
keras_Realtime_Multi-Person_Pose_Estimation copied to clipboard
question about data transformer
I see a todo here https://github.com/anatolix/keras_Realtime_Multi-Person_Pose_Estimation/blob/new-generation/py_rmpe_server/py_rmpe_transformer.py#L100, but i didn't see the treatment, If the coordinates of the point are less than 0 or more than the boundary of the picture, I think it's a problem.
That's is not really a problem, PAF generation is ok, i've added this todo to check it out