diff --git a/.gitignore b/.gitignore index 4d0e9d0..56c5bbe 100644 --- a/.gitignore +++ b/.gitignore @@ -162,4 +162,5 @@ cython_debug/ demo/ models/ results/ -webapp/ \ No newline at end of file +webapp/ +checkpoints/ \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index f1c4523..283561f 100755 --- a/docs/index.html +++ b/docs/index.html @@ -314,7 +314,11 @@

Manipulated interpolation of anything

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. Our APP also + supports video as an input to classic video frame interpolation.

@@ -490,7 +494,8 @@

Editable interpolation

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. - 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.

@@ -513,7 +518,7 @@

Ending

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! 🔥🔥🔥
- Welcome to star this project + Welcome to 🌟 this project and follow the author's GitHub~