AlbertoSabater / Robust-and-efficient-post-processing-for-video-object-detection

GNU General Public License v3.0
146 stars 20 forks source link

Seq-Bbox-Matching and Seq-NMS implementation #3

Closed moshes7 closed 3 years ago

moshes7 commented 3 years ago

It is written in the paper that you have implemented Seq-Bbox-Matching, and used FGFA implementation of Seq-NMS (with parameters from the original paper). Can you please point me to these implementations in your code? If you haven't uploaded them, could you do so?

AlbertoSabater commented 3 years ago

You can run my implementation of seq-bbox-matching by using REPP.py with distance_func='def'' and recoordinate=False. The code I used for Seq-NMS can be found here.