ZwwWayne/K-Net

how to do postprocessing

luohao123 opened this issue · 2 comments

the mask seems not accurate, for a same object, it still could be generate multiple masks which is not good, how to postprocessing supress them?

This is a common issue for all detectors. You can just set a threshold to suppress them. For methods like DETR/K-Net, we usually just output what the network output and it works.

@ZwwWayne I found original code outputs fixed 100 objects. I fixed by using a threshold.