Longqi-S / keras_cpn

Cascaded Pyramid Network (CPN) based on keras (tensorflow backend)
MIT License
22 stars 8 forks source link

Could you share the predict program to test image file? Thanks #1

Open white2018 opened 5 years ago

Longqi-S commented 5 years ago

@white2018 https://github.com/Longqi-S/keras_cpn/blob/master/postprocessing/mptest.py this is predict script.

white2018 commented 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?

RitvikMandyam commented 5 years ago

You should be able to test it by just uncommenting the commented-out code. It seems to work fine.