nie-lang / StabStitch

ECCV2024 - Eliminating Warping Shakes for Unsupervised Online Video Stitching
Apache License 2.0
40 stars 4 forks source link

Open source code #1

Open mldemox opened 4 months ago

mldemox commented 4 months ago

Thank you for your outstanding work, any plans for open source?

nie-lang commented 4 months ago

Hi, thanks for your interest! We are working on organizing the code. The release time might be this week or next week.

mldemox commented 4 months ago

Thank you for your reply. Similarly, I found no way to reproduce the Rectangular Boundary Loss in the article "RecStitchNet: Learning to Stitch Images with Rectangular Boundaries", but I wonder if it is possible to provide part of the source code? Also, most of the existing stitching work is to warp one image to another image to realize image stitching, rather than the two images are warp and aligned at the same time, may I ask how the mesh motion in the above paper is realized?

Lang Nie @.***> 于2024年7月10日周三 22:30写道:

Hi, thanks for your interest! We are working on organizing the code. The release time might be this week or next week.

— Reply to this email directly, view it on GitHub https://github.com/nie-lang/StabStitch/issues/1#issuecomment-2220673104, or unsubscribe https://github.com/notifications/unsubscribe-auth/BBWKNNGCTWQ6ELSWK723SZDZLVAP5AVCNFSM6AAAAABKUBKY3GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRQGY3TGMJQGQ . You are receiving this because you authored the thread.Message ID: @.***>

nie-lang commented 3 months ago

Hi, thanks for your interest in RecStitchNet. In fact, I do not have the related source code. You may email Prof. Yun Zhang (zhangyun@cuz.edu.cn) for help.

As for warping two views at the same time, it's not difficult to implement that with the respective gound-truth meshes (as it is realized in a supervised manner in RecStitchNet).

Btw, we are working on it to extend StabStitch to two-view warps. Please stay tuned.