Anymake / DRN_CVPR2020

Code and Dataset for CVPR2020 "Dynamic Refinement Network for Oriented and Densely Packed Object Detection"
GNU General Public License v2.0
328 stars 43 forks source link

Why is NMS instead of max pooling for de-redundancy? #11

Open jialeli1 opened 3 years ago

jialeli1 commented 3 years ago

Why do you choose to use NMS instead of max pooling for de-redundancy? Are there any hidden disadvantages of max pooling?

Panxjia commented 3 years ago

Actually, we use both of them.