mindazhao / PWStableNet

Implementation of pixel-wise video stabilization
36 stars 13 forks source link

Why is there a Gaussian blur operation after stabilization? #4

Open Annbless opened 3 years ago

Annbless commented 3 years ago

Excellent work! I read your code and noticed that there is a Gaussian blur operation after stabilization and before writing the frames to the video. I would like to know why this operation is there, and there is no mention of the insight behind such a design in your paper. Could you please explain this?