endernewton / tf-faster-rcnn

Tensorflow Faster RCNN for Object Detection
https://arxiv.org/pdf/1702.02138.pdf
MIT License
3.65k stars 1.58k forks source link

bugs about using nms of tf version #400

Closed kl456123 closed 5 years ago

kl456123 commented 5 years ago

bbox format should be [ymin,xmin,ymax,xmax] in proposals_layer_tf file when using tf.image.non_max_suppression

kl456123 commented 5 years ago

the same.....

sun-su commented 5 years ago

the same.....

Hi kl456123, Did you mean [xmin, ymin, xmax, ymax] and [ymin, xmin, ymax, xmax] generate same result?