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

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

ms in recoordinate_tubelets_full of REPP.py #35

Open tomato18463 opened 10 months ago

tomato18463 commented 10 months ago

I note that the variance for gaussian smoothing for coordinates is set to 0.6 in the paper. But it is set to self.recoordinate_std*100/ms in this line in this respository. What are the effect of the augment ms and the ratio 100/ms here? Thanks!