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