Anymake / DRN_CVPR2020

Code and Dataset for CVPR2020 "Dynamic Refinement Network for Oriented and Densely Packed Object Detection"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

jialeli1 opened this issue · comments

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

Actually, we use both of them.