hustvl/MapTR

Some instance may have multi-label during prediction?

drilistbox opened this issue · 0 comments

791274cead02757b98d35a3c89642f3

the 22th instance is predicted as predestrian crossing, lane divider and road boundaries with different scores. Through a score threshold is used to select the effective target.

I just confuse why not directly choose label with top-1 scores for each instance. Is there any motivation?