mks0601 / TF-SimpleHumanPose

TensorFlow implementation of "Simple Baselines for Human Pose Estimation and Tracking", ECCV 2018
336 stars 90 forks source link

NMS modules information #70

Open thanisornsr opened 3 years ago

thanisornsr commented 3 years ago

Hello,

Firstly, I am super new to tensorflow. Would you mind clarify what is NMS modules you are talking about or anywhere I can read about it.

best, Than

mks0601 commented 3 years ago

NMS stands for non maximum suppression.

thanisornsr commented 3 years ago

thank you for your kindly reply. May I have 1 more question? What is tfflat lib? Are they any official website for that?