vcg-uvic / sportsfield_release

Code release for WACV 2020, "Optimizing Through Learned Errors for Accurate Sports Field Registration"
Other
67 stars 25 forks source link

How can I get the results in the video you gave? #2

Closed 834810071 closed 4 years ago

834810071 commented 4 years ago

How can I get the results in the video you gave?

jiangwei221 commented 4 years ago

Lol, you can try the ipython notebook, there is a part for estimating homography for a short video(1 or 2 second). To get the results in the video, you need to manually split the cuts, run the estimation for every cut, then stitch them together. There are some existing tools: https://pyscenedetect.readthedocs.io/en/latest/ The reason is that we want to keep the temporal smoothness.