-
-
Great Work!
Hi, I want to ask how to get the stablized video, if just save `m_frames`, it just the original video.
-
Line `351/354` and line `359/362` should be `norm2` and `norm3`?
https://github.com/ethz-asl/3dsnet/blob/e823742eb781a01906760bbf28ccab94b1f0bb14/model/meshflow.py#L338-L362
-
Thanks for sharing the meshflow implementation. I noticed that main only shows how the grid points move. How to generate the final video based on map x and map y?
-
I find that in your implementation parameter lamada_t is fixed.But in the papaer MeshFlow: Minimum Latency Online Video Stabilization, lamada_t is an adaptive parameter. Why?
-
你好,非常高兴认识你!
最近看到你有在关注视频增稳定的相关技术,我最近也在研究MeshFlow,但是初步了解该领域还有些不懂的地方,希望能获得你的联系方式,向你进行学习!
-
I encountered a memory issue in generating the forcing file required for MESH using the meshflow workflow. The workflow runs well for smaller timeframe and smaller number of subbasin. But there is iss…
-
Be able to compute the flow going through a section (line from layer or temporary line)
-
Hi,
when I run './data/shaky-5.avi', i get the following error:
File "/home/ubuntu/Video_Stabilization/Mesh-Flow-Video-Stabilization/src/MeshFlow.py", line 21, in point_transform
a = H[0,0]*pt[…
-
I faced some issues when running the code with newer versions of python and OpenCV. This is how I fixed them and managed to run the code successfully:
Make the following adjustment in Stabilization.p…