wjf5203 / VNext

Next-generation Video instance recognition framework on top of Detectron2 which supports InstMove (CVPR 2023), SeqFormer(ECCV Oral), and IDOL(ECCV Oral))
Apache License 2.0
603 stars 53 forks source link

Question about the threshold f(i, ˆj) > 0.5 #24

Open daikankan opened 2 years ago

daikankan commented 2 years ago

I’m confused about how the threshold can be 0.5 for all situations, no matter what M and N is ? if M and N are big enough, f(i, ˆj) can easily be small than 0.5.