Open frotms opened 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.
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.