how to do postprocessing
luohao123 opened this issue · 2 comments
luohao123 commented
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?
ZwwWayne commented
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.