cydonia999 / Tiny_Faces_in_Tensorflow

A Tensorflow Tiny Face Detector, implementing "Finding Tiny Faces"
https://arxiv.org/abs/1612.04402
MIT License
386 stars 134 forks source link

slower and slower in testing model? #17

Open frotms opened 5 years ago

frotms commented 5 years ago

Hi, I run the code with a problem that it runs slower and slower for a few images. I found the function of tf.image.non_max_suppression may cause this problem, and I rewrite nms instead to slove this problem.