Open white2018 opened 5 years ago
@white2018 https://github.com/Longqi-S/keras_cpn/blob/master/postprocessing/mptest.py this is predict script.
That is an evaluation program. what I mean is an end-to-end predicting program with the image as input and the keypoint as output. I think this part is commented in mptest.py, right?
You should be able to test it by just uncommenting the commented-out code. It seems to work fine.
@white2018 https://github.com/Longqi-S/keras_cpn/blob/master/postprocessing/mptest.py this is predict script.