Skip to content

Commit

Permalink
add interface of video inference
Browse files Browse the repository at this point in the history
  • Loading branch information
zzh-tech committed Nov 30, 2023
1 parent 6640e5f commit 26c7885
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,5 @@ cython_debug/
demo/
models/
results/
webapp/
webapp/
checkpoints/
11 changes: 8 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,11 @@ <h2 class="title is-3">Manipulated interpolation of anything</h2>
<b>
Additionally, our strategies enable temporal manipulation of each object
independently during the inference stage, offering a novel tool for video
editing tasks like re-timing.
editing tasks like re-timing. <u
style="color: black; text-decoration: underline black;">Our <a
href="http://ai4sports.opengvlab.com"
target="_blank">APP</a> also
supports video as an input to classic video frame interpolation.</u>
</b>
</em>
</p>
Expand Down Expand Up @@ -490,7 +494,8 @@ <h4 class="title is-5">Editable interpolation</h4>
<p>
<b>Beyond using a uniform index map like time indexing, we can also take advantage of the 2D editable
nature of path distance indexing to implement editable frame interpolation techniques.</b>
Initially, we can obtain masks for objects of interest using the Segment Anything Model (SAM) [5]. We then
Initially, we can obtain masks for objects of interest using the Segment Anything Model (SAM) [5]. We
then
customize the path distance curves for different object regions to achieve manipulated interpolation of
anything.
</p>
Expand All @@ -513,7 +518,7 @@ <h2 class="title is-3">Ending</h2>
This work presents the next generation of video frame interpolation technology, aiming to inspire
readers and contribute to fields like video enhancement, editing, and generation! 🔥🔥🔥
<br>
Welcome to star <a href="https://github.com/zzh-tech/InterpAny-Clearer">this project</a>
Welcome to &#127775; <a href="https://github.com/zzh-tech/InterpAny-Clearer">this project</a>
and follow <a href="https://github.com/zzh-tech">the author's GitHub</a>
</p>
</div>
Expand Down

0 comments on commit 26c7885

Please sign in to comment.