sudheerachary / Mesh-Flow-Video-Stabilization

Online video stabilization using a novel MeshFlow motion model
310 stars 64 forks source link

Code is full of bugs #20

Open KristofPusztai opened 3 years ago

KristofPusztai commented 3 years ago

in the Stabilization.py file: line 23 - print statement missing parenthesis line 66 - integer division produces float which is invalid as a key line 67 - integer division produces float which is invalid as a key line 265 - print statement missing parenthesis

in the MeshFlow.py file: line 81 - integer division produces float which is invalid as a key line 86 - integer division produces float which is invalid as a key

I've also noticed this stabilization method is insanely slow, a 10 minute video is taking hours to stabilize, I was expecting better performance so these results are quite disappointing.