diff --git a/docs/index.html b/docs/index.html index 373119f..72ddf8c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -6,7 +6,7 @@ content="Deformable Neural Radiance Fields creates free-viewpoint portraits (nerfies) from casually captured videos."> - Nerfies: Deformable Neural Radiance Fields + Rethinking Interactive Image Segmentation with Low Latency, High Quality, and Diverse Prompts @@ -42,85 +42,32 @@ - - -
-

Nerfies: Deformable Neural Radiance Fields

+

Rethinking Interactive Image Segmentation
with Low Latency, High Quality, and Diverse Prompts

- 1University of Washington, - 2Google Research + University of North Carolina at Chapel Hill
@@ -178,14 +115,22 @@

Nerfies: Deformable Neural Radiance Fie
- +
+

+ We propose SegNext for next-generation promptable segmentation
with low latency, high quality, and diverse prompts. +

+
+
+
+ +
+
+
+ + +

- Nerfies turns selfie videos from your phone into - free-viewpoint - portraits. + Demos of SegNext for high-quality segmentation on HQSeg-44K with One Click.

@@ -208,42 +153,6 @@

type="video/mp4">

-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
@@ -257,234 +166,51 @@

Abstract

-

- We present the first method capable of photorealistically reconstructing a non-rigidly - deforming scene using photos/videos captured casually from mobile phones. -

-

- Our approach augments neural radiance fields - (NeRF) by optimizing an - additional continuous volumetric deformation field that warps each observed point into a - canonical 5D NeRF. - We observe that these NeRF-like deformation fields are prone to local minima, and - propose a coarse-to-fine optimization method for coordinate-based models that allows for - more robust optimization. - By adapting principles from geometry processing and physical simulation to NeRF-like - models, we propose an elastic regularization of the deformation field that further - improves robustness. -

-

- We show that Nerfies can turn casually captured selfie - photos/videos into deformable NeRF - models that allow for photorealistic renderings of the subject from arbitrary - viewpoints, which we dub "nerfies". We evaluate our method by collecting data - using a - rig with two mobile phones that take time-synchronized photos, yielding train/validation - images of the same pose at different viewpoints. We show that our method faithfully - reconstructs non-rigidly deforming scenes and reproduces unseen views with high - fidelity. -

-
+ The goal of interactive image segmentation is to delineate specific regions + within an image via visual or language prompts. Low-latency and high-quality + interactive segmentation with diverse prompts remain challenging for existing + specialist and generalist models. Specialist models, with their limited + prompts and task-specific designs, experience high latency because the image + must be recomputed every time the prompt is updated, due to the joint + encoding of image and visual prompts. Generalist models, exemplified by the + Segment Anything Model (SAM), have recently excelled in prompt diversity and + efficiency, lifting image segmentation to the foundation model era. + However, for high-quality segmentations, SAM still lags behind state-of-the-art + specialist models despite SAM being trained with ×100 more + segmentation masks. In this work, we delve deep into the + architectural differences between the two types of models. + We observe that dense representation and fusion of visual + prompts are the key design choices contributing to the high + segmentation quality of specialist models. In light of this, + we reintroduce this dense design into the generalist models, to facilitate the development of generalist models with + high segmentation quality. To densely represent diverse visual prompts, we propose to use a dense map to capture + five types: clicks, boxes, polygons, scribbles, and masks. + Thus, we propose SegNext, a next-generation interactive + segmentation approach offering low latency, high quality, + and diverse prompt support. Our method outperforms current state-of-the-art methods on HQSeg-44K and DAVIS, + both quantitatively and qualitatively. + +
- -
-
-

Video

-
- -
-
-

-
-
- -
- - -
-
-

Visual Effects

-

- Using nerfies you can create fun visual effects. This Dolly zoom effect - would be impossible without nerfies since it would require going through a wall. -

- -
-
- - - -
-

Matting

-
-
-

- As a byproduct of our method, we can also solve the matting problem by ignoring - samples that fall outside of a bounding box during rendering. -

- -
- -
-
-
- - - -
-
-

Animation

- - -

Interpolating states

-
-

- We can also animate the scene by interpolating the deformation latent codes of two input - frames. Use the slider here to linearly interpolate between the left frame and the right - frame. -

-
-
-
- Interpolate start reference image. -

Start Frame

-
-
-
- Loading... -
- -
-
- Interpolation end reference image. -

End Frame

-
-
-
- - - -

Re-rendering the input video

-
-

- Using Nerfies, you can re-render a video from a novel - viewpoint such as a stabilized camera by playing back the training deformations. -

-
-
- -
- - -
-
- - - - -
-
-

Related Links

- -
-

- There's a lot of excellent work that was introduced around the same time as ours. -

-

- Progressive Encoding for Neural Optimization introduces an idea similar to our windowed position encoding for coarse-to-fine optimization. -

-

- D-NeRF and NR-NeRF - both use deformation fields to model non-rigid scenes. -

-

- Some works model videos with a NeRF by directly modulating the density, such as Video-NeRF, NSFF, and DyNeRF -

-

- There are probably many more by the time you are reading this. Check out Frank Dellart's survey on recent NeRF papers, and Yen-Chen Lin's curated list of NeRF papers. -

-
-
-
- - -
-
- -

BibTeX

-
@article{park2021nerfies,
-  author    = {Park, Keunhong and Sinha, Utkarsh and Barron, Jonathan T. and Bouaziz, Sofien and Goldman, Dan B and Seitz, Steven M. and Martin-Brualla, Ricardo},
-  title     = {Nerfies: Deformable Neural Radiance Fields},
-  journal   = {ICCV},
-  year      = {2021},
+    
@article{liu2024rethinking,
+  author    = {Liu, Qin and Cho, Jaemin and Bansal, Mohit and Niethammer, Marc},
+  title     = {Rethinking Interactive Image Segmentation with Low Latency, High Quality, and Diverse Prompts},
+  journal   = {CVPR},
+  year      = {2024},
 }
- - - diff --git a/docs/static/images/favicon.svg b/docs/static/images/favicon.svg deleted file mode 100644 index 98d2546..0000000 --- a/docs/static/images/favicon.svg +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/static/images/interpolate_end.jpg b/docs/static/images/interpolate_end.jpg deleted file mode 100644 index 7792aab..0000000 Binary files a/docs/static/images/interpolate_end.jpg and /dev/null differ diff --git a/docs/static/images/interpolate_start.jpg b/docs/static/images/interpolate_start.jpg deleted file mode 100644 index 1180958..0000000 Binary files a/docs/static/images/interpolate_start.jpg and /dev/null differ diff --git a/docs/static/images/steve.webm b/docs/static/images/steve.webm deleted file mode 100644 index 9017a1d..0000000 Binary files a/docs/static/images/steve.webm and /dev/null differ diff --git a/docs/static/interpolation/stacked/._Icon b/docs/static/interpolation/stacked/._Icon deleted file mode 100644 index f114948..0000000 Binary files a/docs/static/interpolation/stacked/._Icon and /dev/null differ diff --git a/docs/static/interpolation/stacked/000000.jpg b/docs/static/interpolation/stacked/000000.jpg deleted file mode 100644 index 0f7edac..0000000 Binary files a/docs/static/interpolation/stacked/000000.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000001.jpg b/docs/static/interpolation/stacked/000001.jpg deleted file mode 100644 index c8479a6..0000000 Binary files a/docs/static/interpolation/stacked/000001.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000002.jpg b/docs/static/interpolation/stacked/000002.jpg deleted file mode 100644 index fdae328..0000000 Binary files a/docs/static/interpolation/stacked/000002.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000003.jpg b/docs/static/interpolation/stacked/000003.jpg deleted file mode 100644 index 25e6906..0000000 Binary files a/docs/static/interpolation/stacked/000003.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000004.jpg b/docs/static/interpolation/stacked/000004.jpg deleted file mode 100644 index 0ffbd81..0000000 Binary files a/docs/static/interpolation/stacked/000004.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000005.jpg b/docs/static/interpolation/stacked/000005.jpg deleted file mode 100644 index cef3a2b..0000000 Binary files a/docs/static/interpolation/stacked/000005.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000006.jpg b/docs/static/interpolation/stacked/000006.jpg deleted file mode 100644 index ba846f6..0000000 Binary files a/docs/static/interpolation/stacked/000006.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000007.jpg b/docs/static/interpolation/stacked/000007.jpg deleted file mode 100644 index 55ece12..0000000 Binary files a/docs/static/interpolation/stacked/000007.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000008.jpg b/docs/static/interpolation/stacked/000008.jpg deleted file mode 100644 index e40df6c..0000000 Binary files a/docs/static/interpolation/stacked/000008.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000009.jpg b/docs/static/interpolation/stacked/000009.jpg deleted file mode 100644 index 7d20288..0000000 Binary files a/docs/static/interpolation/stacked/000009.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000010.jpg b/docs/static/interpolation/stacked/000010.jpg deleted file mode 100644 index 1b7c089..0000000 Binary files a/docs/static/interpolation/stacked/000010.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000011.jpg b/docs/static/interpolation/stacked/000011.jpg deleted file mode 100644 index bf8a421..0000000 Binary files a/docs/static/interpolation/stacked/000011.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000012.jpg b/docs/static/interpolation/stacked/000012.jpg deleted file mode 100644 index a2ae9a0..0000000 Binary files a/docs/static/interpolation/stacked/000012.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000013.jpg b/docs/static/interpolation/stacked/000013.jpg deleted file mode 100644 index 2a992e2..0000000 Binary files a/docs/static/interpolation/stacked/000013.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000014.jpg b/docs/static/interpolation/stacked/000014.jpg deleted file mode 100644 index aeb8ddf..0000000 Binary files a/docs/static/interpolation/stacked/000014.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000015.jpg b/docs/static/interpolation/stacked/000015.jpg deleted file mode 100644 index 61f0c5b..0000000 Binary files a/docs/static/interpolation/stacked/000015.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000016.jpg b/docs/static/interpolation/stacked/000016.jpg deleted file mode 100644 index a29f9a7..0000000 Binary files a/docs/static/interpolation/stacked/000016.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000017.jpg b/docs/static/interpolation/stacked/000017.jpg deleted file mode 100644 index 2a30b77..0000000 Binary files a/docs/static/interpolation/stacked/000017.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000018.jpg b/docs/static/interpolation/stacked/000018.jpg deleted file mode 100644 index 608a463..0000000 Binary files a/docs/static/interpolation/stacked/000018.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000019.jpg b/docs/static/interpolation/stacked/000019.jpg deleted file mode 100644 index 99808b3..0000000 Binary files a/docs/static/interpolation/stacked/000019.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000020.jpg b/docs/static/interpolation/stacked/000020.jpg deleted file mode 100644 index 626b949..0000000 Binary files a/docs/static/interpolation/stacked/000020.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000021.jpg b/docs/static/interpolation/stacked/000021.jpg deleted file mode 100644 index 0a805c2..0000000 Binary files a/docs/static/interpolation/stacked/000021.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000022.jpg b/docs/static/interpolation/stacked/000022.jpg deleted file mode 100644 index 44c4aad..0000000 Binary files a/docs/static/interpolation/stacked/000022.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000023.jpg b/docs/static/interpolation/stacked/000023.jpg deleted file mode 100644 index fa26217..0000000 Binary files a/docs/static/interpolation/stacked/000023.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000024.jpg b/docs/static/interpolation/stacked/000024.jpg deleted file mode 100644 index c7be2d5..0000000 Binary files a/docs/static/interpolation/stacked/000024.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000025.jpg b/docs/static/interpolation/stacked/000025.jpg deleted file mode 100644 index fd9cf0d..0000000 Binary files a/docs/static/interpolation/stacked/000025.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000026.jpg b/docs/static/interpolation/stacked/000026.jpg deleted file mode 100644 index 6f8e91e..0000000 Binary files a/docs/static/interpolation/stacked/000026.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000027.jpg b/docs/static/interpolation/stacked/000027.jpg deleted file mode 100644 index 0fd3950..0000000 Binary files a/docs/static/interpolation/stacked/000027.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000028.jpg b/docs/static/interpolation/stacked/000028.jpg deleted file mode 100644 index f99fa40..0000000 Binary files a/docs/static/interpolation/stacked/000028.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000029.jpg b/docs/static/interpolation/stacked/000029.jpg deleted file mode 100644 index 8a9d4ff..0000000 Binary files a/docs/static/interpolation/stacked/000029.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000030.jpg b/docs/static/interpolation/stacked/000030.jpg deleted file mode 100644 index 73e6479..0000000 Binary files a/docs/static/interpolation/stacked/000030.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000031.jpg b/docs/static/interpolation/stacked/000031.jpg deleted file mode 100644 index c75ac8b..0000000 Binary files a/docs/static/interpolation/stacked/000031.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000032.jpg b/docs/static/interpolation/stacked/000032.jpg deleted file mode 100644 index 2c446ae..0000000 Binary files a/docs/static/interpolation/stacked/000032.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000033.jpg b/docs/static/interpolation/stacked/000033.jpg deleted file mode 100644 index c38d0d9..0000000 Binary files a/docs/static/interpolation/stacked/000033.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000034.jpg b/docs/static/interpolation/stacked/000034.jpg deleted file mode 100644 index a21e2a7..0000000 Binary files a/docs/static/interpolation/stacked/000034.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000035.jpg b/docs/static/interpolation/stacked/000035.jpg deleted file mode 100644 index 9d374f3..0000000 Binary files a/docs/static/interpolation/stacked/000035.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000036.jpg b/docs/static/interpolation/stacked/000036.jpg deleted file mode 100644 index a1e442e..0000000 Binary files a/docs/static/interpolation/stacked/000036.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000037.jpg b/docs/static/interpolation/stacked/000037.jpg deleted file mode 100644 index e040eb2..0000000 Binary files a/docs/static/interpolation/stacked/000037.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000038.jpg b/docs/static/interpolation/stacked/000038.jpg deleted file mode 100644 index 4e38978..0000000 Binary files a/docs/static/interpolation/stacked/000038.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000039.jpg b/docs/static/interpolation/stacked/000039.jpg deleted file mode 100644 index 3e6b96f..0000000 Binary files a/docs/static/interpolation/stacked/000039.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000040.jpg b/docs/static/interpolation/stacked/000040.jpg deleted file mode 100644 index d85b56a..0000000 Binary files a/docs/static/interpolation/stacked/000040.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000041.jpg b/docs/static/interpolation/stacked/000041.jpg deleted file mode 100644 index 985fc97..0000000 Binary files a/docs/static/interpolation/stacked/000041.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000042.jpg b/docs/static/interpolation/stacked/000042.jpg deleted file mode 100644 index d316af6..0000000 Binary files a/docs/static/interpolation/stacked/000042.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000043.jpg b/docs/static/interpolation/stacked/000043.jpg deleted file mode 100644 index 7fee708..0000000 Binary files a/docs/static/interpolation/stacked/000043.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000044.jpg b/docs/static/interpolation/stacked/000044.jpg deleted file mode 100644 index 6ed4a18..0000000 Binary files a/docs/static/interpolation/stacked/000044.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000045.jpg b/docs/static/interpolation/stacked/000045.jpg deleted file mode 100644 index 7f9dd16..0000000 Binary files a/docs/static/interpolation/stacked/000045.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000046.jpg b/docs/static/interpolation/stacked/000046.jpg deleted file mode 100644 index 7a44987..0000000 Binary files a/docs/static/interpolation/stacked/000046.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000047.jpg b/docs/static/interpolation/stacked/000047.jpg deleted file mode 100644 index 03c3958..0000000 Binary files a/docs/static/interpolation/stacked/000047.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000048.jpg b/docs/static/interpolation/stacked/000048.jpg deleted file mode 100644 index 77129a2..0000000 Binary files a/docs/static/interpolation/stacked/000048.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000049.jpg b/docs/static/interpolation/stacked/000049.jpg deleted file mode 100644 index e7ed02e..0000000 Binary files a/docs/static/interpolation/stacked/000049.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000050.jpg b/docs/static/interpolation/stacked/000050.jpg deleted file mode 100644 index e61f389..0000000 Binary files a/docs/static/interpolation/stacked/000050.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000051.jpg b/docs/static/interpolation/stacked/000051.jpg deleted file mode 100644 index 7bfa73a..0000000 Binary files a/docs/static/interpolation/stacked/000051.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000052.jpg b/docs/static/interpolation/stacked/000052.jpg deleted file mode 100644 index 82256db..0000000 Binary files a/docs/static/interpolation/stacked/000052.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000053.jpg b/docs/static/interpolation/stacked/000053.jpg deleted file mode 100644 index ad16cce..0000000 Binary files a/docs/static/interpolation/stacked/000053.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000054.jpg b/docs/static/interpolation/stacked/000054.jpg deleted file mode 100644 index f620062..0000000 Binary files a/docs/static/interpolation/stacked/000054.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000055.jpg b/docs/static/interpolation/stacked/000055.jpg deleted file mode 100644 index ec126ef..0000000 Binary files a/docs/static/interpolation/stacked/000055.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000056.jpg b/docs/static/interpolation/stacked/000056.jpg deleted file mode 100644 index 4f74719..0000000 Binary files a/docs/static/interpolation/stacked/000056.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000057.jpg b/docs/static/interpolation/stacked/000057.jpg deleted file mode 100644 index dc4d897..0000000 Binary files a/docs/static/interpolation/stacked/000057.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000058.jpg b/docs/static/interpolation/stacked/000058.jpg deleted file mode 100644 index 693b38e..0000000 Binary files a/docs/static/interpolation/stacked/000058.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000059.jpg b/docs/static/interpolation/stacked/000059.jpg deleted file mode 100644 index 0630f50..0000000 Binary files a/docs/static/interpolation/stacked/000059.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000060.jpg b/docs/static/interpolation/stacked/000060.jpg deleted file mode 100644 index c6c8776..0000000 Binary files a/docs/static/interpolation/stacked/000060.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000061.jpg b/docs/static/interpolation/stacked/000061.jpg deleted file mode 100644 index 835168d..0000000 Binary files a/docs/static/interpolation/stacked/000061.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000062.jpg b/docs/static/interpolation/stacked/000062.jpg deleted file mode 100644 index b115cae..0000000 Binary files a/docs/static/interpolation/stacked/000062.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000063.jpg b/docs/static/interpolation/stacked/000063.jpg deleted file mode 100644 index b643379..0000000 Binary files a/docs/static/interpolation/stacked/000063.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000064.jpg b/docs/static/interpolation/stacked/000064.jpg deleted file mode 100644 index ebf11eb..0000000 Binary files a/docs/static/interpolation/stacked/000064.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000065.jpg b/docs/static/interpolation/stacked/000065.jpg deleted file mode 100644 index 34cbe4c..0000000 Binary files a/docs/static/interpolation/stacked/000065.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000066.jpg b/docs/static/interpolation/stacked/000066.jpg deleted file mode 100644 index 31530e9..0000000 Binary files a/docs/static/interpolation/stacked/000066.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000067.jpg b/docs/static/interpolation/stacked/000067.jpg deleted file mode 100644 index 99552ab..0000000 Binary files a/docs/static/interpolation/stacked/000067.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000068.jpg b/docs/static/interpolation/stacked/000068.jpg deleted file mode 100644 index f162cc1..0000000 Binary files a/docs/static/interpolation/stacked/000068.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000069.jpg b/docs/static/interpolation/stacked/000069.jpg deleted file mode 100644 index d952710..0000000 Binary files a/docs/static/interpolation/stacked/000069.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000070.jpg b/docs/static/interpolation/stacked/000070.jpg deleted file mode 100644 index f395f24..0000000 Binary files a/docs/static/interpolation/stacked/000070.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000071.jpg b/docs/static/interpolation/stacked/000071.jpg deleted file mode 100644 index 5ddd33f..0000000 Binary files a/docs/static/interpolation/stacked/000071.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000072.jpg b/docs/static/interpolation/stacked/000072.jpg deleted file mode 100644 index 26180a1..0000000 Binary files a/docs/static/interpolation/stacked/000072.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000073.jpg b/docs/static/interpolation/stacked/000073.jpg deleted file mode 100644 index b8001c7..0000000 Binary files a/docs/static/interpolation/stacked/000073.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000074.jpg b/docs/static/interpolation/stacked/000074.jpg deleted file mode 100644 index 6fd34fa..0000000 Binary files a/docs/static/interpolation/stacked/000074.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000075.jpg b/docs/static/interpolation/stacked/000075.jpg deleted file mode 100644 index 91d7aec..0000000 Binary files a/docs/static/interpolation/stacked/000075.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000076.jpg b/docs/static/interpolation/stacked/000076.jpg deleted file mode 100644 index daca19d..0000000 Binary files a/docs/static/interpolation/stacked/000076.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000077.jpg b/docs/static/interpolation/stacked/000077.jpg deleted file mode 100644 index a379581..0000000 Binary files a/docs/static/interpolation/stacked/000077.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000078.jpg b/docs/static/interpolation/stacked/000078.jpg deleted file mode 100644 index 05ede03..0000000 Binary files a/docs/static/interpolation/stacked/000078.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000079.jpg b/docs/static/interpolation/stacked/000079.jpg deleted file mode 100644 index 3eddc4b..0000000 Binary files a/docs/static/interpolation/stacked/000079.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000080.jpg b/docs/static/interpolation/stacked/000080.jpg deleted file mode 100644 index bb076a7..0000000 Binary files a/docs/static/interpolation/stacked/000080.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000081.jpg b/docs/static/interpolation/stacked/000081.jpg deleted file mode 100644 index 4069e75..0000000 Binary files a/docs/static/interpolation/stacked/000081.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000082.jpg b/docs/static/interpolation/stacked/000082.jpg deleted file mode 100644 index f606517..0000000 Binary files a/docs/static/interpolation/stacked/000082.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000083.jpg b/docs/static/interpolation/stacked/000083.jpg deleted file mode 100644 index 8249e8a..0000000 Binary files a/docs/static/interpolation/stacked/000083.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000084.jpg b/docs/static/interpolation/stacked/000084.jpg deleted file mode 100644 index 5326593..0000000 Binary files a/docs/static/interpolation/stacked/000084.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000085.jpg b/docs/static/interpolation/stacked/000085.jpg deleted file mode 100644 index 4560b9a..0000000 Binary files a/docs/static/interpolation/stacked/000085.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000086.jpg b/docs/static/interpolation/stacked/000086.jpg deleted file mode 100644 index ace2aac..0000000 Binary files a/docs/static/interpolation/stacked/000086.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000087.jpg b/docs/static/interpolation/stacked/000087.jpg deleted file mode 100644 index 83f0091..0000000 Binary files a/docs/static/interpolation/stacked/000087.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000088.jpg b/docs/static/interpolation/stacked/000088.jpg deleted file mode 100644 index 74678b6..0000000 Binary files a/docs/static/interpolation/stacked/000088.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000089.jpg b/docs/static/interpolation/stacked/000089.jpg deleted file mode 100644 index 102a7c9..0000000 Binary files a/docs/static/interpolation/stacked/000089.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000090.jpg b/docs/static/interpolation/stacked/000090.jpg deleted file mode 100644 index c873713..0000000 Binary files a/docs/static/interpolation/stacked/000090.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000091.jpg b/docs/static/interpolation/stacked/000091.jpg deleted file mode 100644 index e3ee0be..0000000 Binary files a/docs/static/interpolation/stacked/000091.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000092.jpg b/docs/static/interpolation/stacked/000092.jpg deleted file mode 100644 index b10f803..0000000 Binary files a/docs/static/interpolation/stacked/000092.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000093.jpg b/docs/static/interpolation/stacked/000093.jpg deleted file mode 100644 index cffb1e9..0000000 Binary files a/docs/static/interpolation/stacked/000093.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000094.jpg b/docs/static/interpolation/stacked/000094.jpg deleted file mode 100644 index 09852fa..0000000 Binary files a/docs/static/interpolation/stacked/000094.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000095.jpg b/docs/static/interpolation/stacked/000095.jpg deleted file mode 100644 index ffdc62b..0000000 Binary files a/docs/static/interpolation/stacked/000095.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000096.jpg b/docs/static/interpolation/stacked/000096.jpg deleted file mode 100644 index 62619b2..0000000 Binary files a/docs/static/interpolation/stacked/000096.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000097.jpg b/docs/static/interpolation/stacked/000097.jpg deleted file mode 100644 index 0c94163..0000000 Binary files a/docs/static/interpolation/stacked/000097.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000098.jpg b/docs/static/interpolation/stacked/000098.jpg deleted file mode 100644 index 3f5198b..0000000 Binary files a/docs/static/interpolation/stacked/000098.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000099.jpg b/docs/static/interpolation/stacked/000099.jpg deleted file mode 100644 index c52cdea..0000000 Binary files a/docs/static/interpolation/stacked/000099.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000100.jpg b/docs/static/interpolation/stacked/000100.jpg deleted file mode 100644 index 928dd42..0000000 Binary files a/docs/static/interpolation/stacked/000100.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000101.jpg b/docs/static/interpolation/stacked/000101.jpg deleted file mode 100644 index d84f408..0000000 Binary files a/docs/static/interpolation/stacked/000101.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000102.jpg b/docs/static/interpolation/stacked/000102.jpg deleted file mode 100644 index 6dc7be6..0000000 Binary files a/docs/static/interpolation/stacked/000102.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000103.jpg b/docs/static/interpolation/stacked/000103.jpg deleted file mode 100644 index 846f9f4..0000000 Binary files a/docs/static/interpolation/stacked/000103.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000104.jpg b/docs/static/interpolation/stacked/000104.jpg deleted file mode 100644 index cc77eec..0000000 Binary files a/docs/static/interpolation/stacked/000104.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000105.jpg b/docs/static/interpolation/stacked/000105.jpg deleted file mode 100644 index fbe60af..0000000 Binary files a/docs/static/interpolation/stacked/000105.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000106.jpg b/docs/static/interpolation/stacked/000106.jpg deleted file mode 100644 index d3154ba..0000000 Binary files a/docs/static/interpolation/stacked/000106.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000107.jpg b/docs/static/interpolation/stacked/000107.jpg deleted file mode 100644 index cfd2905..0000000 Binary files a/docs/static/interpolation/stacked/000107.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000108.jpg b/docs/static/interpolation/stacked/000108.jpg deleted file mode 100644 index c19eaed..0000000 Binary files a/docs/static/interpolation/stacked/000108.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000109.jpg b/docs/static/interpolation/stacked/000109.jpg deleted file mode 100644 index 17d9c6e..0000000 Binary files a/docs/static/interpolation/stacked/000109.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000110.jpg b/docs/static/interpolation/stacked/000110.jpg deleted file mode 100644 index 2fc32b4..0000000 Binary files a/docs/static/interpolation/stacked/000110.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000111.jpg b/docs/static/interpolation/stacked/000111.jpg deleted file mode 100644 index af3659c..0000000 Binary files a/docs/static/interpolation/stacked/000111.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000112.jpg b/docs/static/interpolation/stacked/000112.jpg deleted file mode 100644 index 540872f..0000000 Binary files a/docs/static/interpolation/stacked/000112.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000113.jpg b/docs/static/interpolation/stacked/000113.jpg deleted file mode 100644 index 6e268ef..0000000 Binary files a/docs/static/interpolation/stacked/000113.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000114.jpg b/docs/static/interpolation/stacked/000114.jpg deleted file mode 100644 index e443335..0000000 Binary files a/docs/static/interpolation/stacked/000114.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000115.jpg b/docs/static/interpolation/stacked/000115.jpg deleted file mode 100644 index 1fb8482..0000000 Binary files a/docs/static/interpolation/stacked/000115.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000116.jpg b/docs/static/interpolation/stacked/000116.jpg deleted file mode 100644 index faf6b98..0000000 Binary files a/docs/static/interpolation/stacked/000116.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000117.jpg b/docs/static/interpolation/stacked/000117.jpg deleted file mode 100644 index 70f4237..0000000 Binary files a/docs/static/interpolation/stacked/000117.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000118.jpg b/docs/static/interpolation/stacked/000118.jpg deleted file mode 100644 index dfc1ee8..0000000 Binary files a/docs/static/interpolation/stacked/000118.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000119.jpg b/docs/static/interpolation/stacked/000119.jpg deleted file mode 100644 index 41c0b50..0000000 Binary files a/docs/static/interpolation/stacked/000119.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000120.jpg b/docs/static/interpolation/stacked/000120.jpg deleted file mode 100644 index 6e86838..0000000 Binary files a/docs/static/interpolation/stacked/000120.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000121.jpg b/docs/static/interpolation/stacked/000121.jpg deleted file mode 100644 index 55aecba..0000000 Binary files a/docs/static/interpolation/stacked/000121.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000122.jpg b/docs/static/interpolation/stacked/000122.jpg deleted file mode 100644 index 2847a3a..0000000 Binary files a/docs/static/interpolation/stacked/000122.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000123.jpg b/docs/static/interpolation/stacked/000123.jpg deleted file mode 100644 index fb84101..0000000 Binary files a/docs/static/interpolation/stacked/000123.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000124.jpg b/docs/static/interpolation/stacked/000124.jpg deleted file mode 100644 index 045c7a2..0000000 Binary files a/docs/static/interpolation/stacked/000124.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000125.jpg b/docs/static/interpolation/stacked/000125.jpg deleted file mode 100644 index 4583a53..0000000 Binary files a/docs/static/interpolation/stacked/000125.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000126.jpg b/docs/static/interpolation/stacked/000126.jpg deleted file mode 100644 index 3d74fe7..0000000 Binary files a/docs/static/interpolation/stacked/000126.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000127.jpg b/docs/static/interpolation/stacked/000127.jpg deleted file mode 100644 index 86f9025..0000000 Binary files a/docs/static/interpolation/stacked/000127.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000128.jpg b/docs/static/interpolation/stacked/000128.jpg deleted file mode 100644 index c6057d8..0000000 Binary files a/docs/static/interpolation/stacked/000128.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000129.jpg b/docs/static/interpolation/stacked/000129.jpg deleted file mode 100644 index 0c535b5..0000000 Binary files a/docs/static/interpolation/stacked/000129.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000130.jpg b/docs/static/interpolation/stacked/000130.jpg deleted file mode 100644 index fbe7444..0000000 Binary files a/docs/static/interpolation/stacked/000130.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000131.jpg b/docs/static/interpolation/stacked/000131.jpg deleted file mode 100644 index a9507d8..0000000 Binary files a/docs/static/interpolation/stacked/000131.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000132.jpg b/docs/static/interpolation/stacked/000132.jpg deleted file mode 100644 index 75e6c99..0000000 Binary files a/docs/static/interpolation/stacked/000132.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000133.jpg b/docs/static/interpolation/stacked/000133.jpg deleted file mode 100644 index 081ab47..0000000 Binary files a/docs/static/interpolation/stacked/000133.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000134.jpg b/docs/static/interpolation/stacked/000134.jpg deleted file mode 100644 index e91c024..0000000 Binary files a/docs/static/interpolation/stacked/000134.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000135.jpg b/docs/static/interpolation/stacked/000135.jpg deleted file mode 100644 index 8186944..0000000 Binary files a/docs/static/interpolation/stacked/000135.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000136.jpg b/docs/static/interpolation/stacked/000136.jpg deleted file mode 100644 index ecf33a8..0000000 Binary files a/docs/static/interpolation/stacked/000136.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000137.jpg b/docs/static/interpolation/stacked/000137.jpg deleted file mode 100644 index 0eba4b7..0000000 Binary files a/docs/static/interpolation/stacked/000137.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000138.jpg b/docs/static/interpolation/stacked/000138.jpg deleted file mode 100644 index 9e67ff4..0000000 Binary files a/docs/static/interpolation/stacked/000138.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000139.jpg b/docs/static/interpolation/stacked/000139.jpg deleted file mode 100644 index 49cdf9f..0000000 Binary files a/docs/static/interpolation/stacked/000139.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000140.jpg b/docs/static/interpolation/stacked/000140.jpg deleted file mode 100644 index 7b77bf9..0000000 Binary files a/docs/static/interpolation/stacked/000140.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000141.jpg b/docs/static/interpolation/stacked/000141.jpg deleted file mode 100644 index 1a7ddd0..0000000 Binary files a/docs/static/interpolation/stacked/000141.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000142.jpg b/docs/static/interpolation/stacked/000142.jpg deleted file mode 100644 index 6afffd8..0000000 Binary files a/docs/static/interpolation/stacked/000142.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000143.jpg b/docs/static/interpolation/stacked/000143.jpg deleted file mode 100644 index 649235a..0000000 Binary files a/docs/static/interpolation/stacked/000143.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000144.jpg b/docs/static/interpolation/stacked/000144.jpg deleted file mode 100644 index 327acf3..0000000 Binary files a/docs/static/interpolation/stacked/000144.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000145.jpg b/docs/static/interpolation/stacked/000145.jpg deleted file mode 100644 index 0d82ed3..0000000 Binary files a/docs/static/interpolation/stacked/000145.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000146.jpg b/docs/static/interpolation/stacked/000146.jpg deleted file mode 100644 index 2b85ec0..0000000 Binary files a/docs/static/interpolation/stacked/000146.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000147.jpg b/docs/static/interpolation/stacked/000147.jpg deleted file mode 100644 index 707b513..0000000 Binary files a/docs/static/interpolation/stacked/000147.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000148.jpg b/docs/static/interpolation/stacked/000148.jpg deleted file mode 100644 index b3d2136..0000000 Binary files a/docs/static/interpolation/stacked/000148.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000149.jpg b/docs/static/interpolation/stacked/000149.jpg deleted file mode 100644 index 7d1a429..0000000 Binary files a/docs/static/interpolation/stacked/000149.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000150.jpg b/docs/static/interpolation/stacked/000150.jpg deleted file mode 100644 index d6c5437..0000000 Binary files a/docs/static/interpolation/stacked/000150.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000151.jpg b/docs/static/interpolation/stacked/000151.jpg deleted file mode 100644 index 3ec5523..0000000 Binary files a/docs/static/interpolation/stacked/000151.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000152.jpg b/docs/static/interpolation/stacked/000152.jpg deleted file mode 100644 index aebda6c..0000000 Binary files a/docs/static/interpolation/stacked/000152.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000153.jpg b/docs/static/interpolation/stacked/000153.jpg deleted file mode 100644 index 3ff6d16..0000000 Binary files a/docs/static/interpolation/stacked/000153.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000154.jpg b/docs/static/interpolation/stacked/000154.jpg deleted file mode 100644 index 74d4b36..0000000 Binary files a/docs/static/interpolation/stacked/000154.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000155.jpg b/docs/static/interpolation/stacked/000155.jpg deleted file mode 100644 index 7bf666e..0000000 Binary files a/docs/static/interpolation/stacked/000155.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000156.jpg b/docs/static/interpolation/stacked/000156.jpg deleted file mode 100644 index 0c67b6d..0000000 Binary files a/docs/static/interpolation/stacked/000156.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000157.jpg b/docs/static/interpolation/stacked/000157.jpg deleted file mode 100644 index 7792ca9..0000000 Binary files a/docs/static/interpolation/stacked/000157.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000158.jpg b/docs/static/interpolation/stacked/000158.jpg deleted file mode 100644 index 11cb040..0000000 Binary files a/docs/static/interpolation/stacked/000158.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000159.jpg b/docs/static/interpolation/stacked/000159.jpg deleted file mode 100644 index 76dfed7..0000000 Binary files a/docs/static/interpolation/stacked/000159.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000160.jpg b/docs/static/interpolation/stacked/000160.jpg deleted file mode 100644 index 2315d4f..0000000 Binary files a/docs/static/interpolation/stacked/000160.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000161.jpg b/docs/static/interpolation/stacked/000161.jpg deleted file mode 100644 index e5fe46f..0000000 Binary files a/docs/static/interpolation/stacked/000161.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000162.jpg b/docs/static/interpolation/stacked/000162.jpg deleted file mode 100644 index 53fa6c9..0000000 Binary files a/docs/static/interpolation/stacked/000162.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000163.jpg b/docs/static/interpolation/stacked/000163.jpg deleted file mode 100644 index 29e97d6..0000000 Binary files a/docs/static/interpolation/stacked/000163.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000164.jpg b/docs/static/interpolation/stacked/000164.jpg deleted file mode 100644 index 51d2af7..0000000 Binary files a/docs/static/interpolation/stacked/000164.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000165.jpg b/docs/static/interpolation/stacked/000165.jpg deleted file mode 100644 index 90ee7c5..0000000 Binary files a/docs/static/interpolation/stacked/000165.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000166.jpg b/docs/static/interpolation/stacked/000166.jpg deleted file mode 100644 index 1049dcc..0000000 Binary files a/docs/static/interpolation/stacked/000166.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000167.jpg b/docs/static/interpolation/stacked/000167.jpg deleted file mode 100644 index 384d48a..0000000 Binary files a/docs/static/interpolation/stacked/000167.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000168.jpg b/docs/static/interpolation/stacked/000168.jpg deleted file mode 100644 index e6e452e..0000000 Binary files a/docs/static/interpolation/stacked/000168.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000169.jpg b/docs/static/interpolation/stacked/000169.jpg deleted file mode 100644 index 6fe3c27..0000000 Binary files a/docs/static/interpolation/stacked/000169.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000170.jpg b/docs/static/interpolation/stacked/000170.jpg deleted file mode 100644 index 3727082..0000000 Binary files a/docs/static/interpolation/stacked/000170.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000171.jpg b/docs/static/interpolation/stacked/000171.jpg deleted file mode 100644 index fdea483..0000000 Binary files a/docs/static/interpolation/stacked/000171.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000172.jpg b/docs/static/interpolation/stacked/000172.jpg deleted file mode 100644 index 9888d77..0000000 Binary files a/docs/static/interpolation/stacked/000172.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000173.jpg b/docs/static/interpolation/stacked/000173.jpg deleted file mode 100644 index 90c7dd9..0000000 Binary files a/docs/static/interpolation/stacked/000173.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000174.jpg b/docs/static/interpolation/stacked/000174.jpg deleted file mode 100644 index 4fa563e..0000000 Binary files a/docs/static/interpolation/stacked/000174.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000175.jpg b/docs/static/interpolation/stacked/000175.jpg deleted file mode 100644 index 0f0cfac..0000000 Binary files a/docs/static/interpolation/stacked/000175.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000176.jpg b/docs/static/interpolation/stacked/000176.jpg deleted file mode 100644 index 14c8ecf..0000000 Binary files a/docs/static/interpolation/stacked/000176.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000177.jpg b/docs/static/interpolation/stacked/000177.jpg deleted file mode 100644 index 7a890d6..0000000 Binary files a/docs/static/interpolation/stacked/000177.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000178.jpg b/docs/static/interpolation/stacked/000178.jpg deleted file mode 100644 index 132c6d5..0000000 Binary files a/docs/static/interpolation/stacked/000178.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000179.jpg b/docs/static/interpolation/stacked/000179.jpg deleted file mode 100644 index b397cec..0000000 Binary files a/docs/static/interpolation/stacked/000179.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000180.jpg b/docs/static/interpolation/stacked/000180.jpg deleted file mode 100644 index 1a195b1..0000000 Binary files a/docs/static/interpolation/stacked/000180.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000181.jpg b/docs/static/interpolation/stacked/000181.jpg deleted file mode 100644 index 5a9d28b..0000000 Binary files a/docs/static/interpolation/stacked/000181.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000182.jpg b/docs/static/interpolation/stacked/000182.jpg deleted file mode 100644 index 9b6d00b..0000000 Binary files a/docs/static/interpolation/stacked/000182.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000183.jpg b/docs/static/interpolation/stacked/000183.jpg deleted file mode 100644 index 9bf5643..0000000 Binary files a/docs/static/interpolation/stacked/000183.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000184.jpg b/docs/static/interpolation/stacked/000184.jpg deleted file mode 100644 index c914dc2..0000000 Binary files a/docs/static/interpolation/stacked/000184.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000185.jpg b/docs/static/interpolation/stacked/000185.jpg deleted file mode 100644 index e93e6fb..0000000 Binary files a/docs/static/interpolation/stacked/000185.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000186.jpg b/docs/static/interpolation/stacked/000186.jpg deleted file mode 100644 index 9554261..0000000 Binary files a/docs/static/interpolation/stacked/000186.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000187.jpg b/docs/static/interpolation/stacked/000187.jpg deleted file mode 100644 index f78b0f3..0000000 Binary files a/docs/static/interpolation/stacked/000187.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000188.jpg b/docs/static/interpolation/stacked/000188.jpg deleted file mode 100644 index 5b0eee2..0000000 Binary files a/docs/static/interpolation/stacked/000188.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000189.jpg b/docs/static/interpolation/stacked/000189.jpg deleted file mode 100644 index 14c70a9..0000000 Binary files a/docs/static/interpolation/stacked/000189.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000190.jpg b/docs/static/interpolation/stacked/000190.jpg deleted file mode 100644 index e423e55..0000000 Binary files a/docs/static/interpolation/stacked/000190.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000191.jpg b/docs/static/interpolation/stacked/000191.jpg deleted file mode 100644 index cce3ba7..0000000 Binary files a/docs/static/interpolation/stacked/000191.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000192.jpg b/docs/static/interpolation/stacked/000192.jpg deleted file mode 100644 index 78f9ffa..0000000 Binary files a/docs/static/interpolation/stacked/000192.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000193.jpg b/docs/static/interpolation/stacked/000193.jpg deleted file mode 100644 index 6bb52fa..0000000 Binary files a/docs/static/interpolation/stacked/000193.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000194.jpg b/docs/static/interpolation/stacked/000194.jpg deleted file mode 100644 index a9ac80f..0000000 Binary files a/docs/static/interpolation/stacked/000194.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000195.jpg b/docs/static/interpolation/stacked/000195.jpg deleted file mode 100644 index 8e3ac9a..0000000 Binary files a/docs/static/interpolation/stacked/000195.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000196.jpg b/docs/static/interpolation/stacked/000196.jpg deleted file mode 100644 index 577ff89..0000000 Binary files a/docs/static/interpolation/stacked/000196.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000197.jpg b/docs/static/interpolation/stacked/000197.jpg deleted file mode 100644 index 0630578..0000000 Binary files a/docs/static/interpolation/stacked/000197.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000198.jpg b/docs/static/interpolation/stacked/000198.jpg deleted file mode 100644 index 859711e..0000000 Binary files a/docs/static/interpolation/stacked/000198.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000199.jpg b/docs/static/interpolation/stacked/000199.jpg deleted file mode 100644 index fdb5444..0000000 Binary files a/docs/static/interpolation/stacked/000199.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000200.jpg b/docs/static/interpolation/stacked/000200.jpg deleted file mode 100644 index 8430771..0000000 Binary files a/docs/static/interpolation/stacked/000200.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000201.jpg b/docs/static/interpolation/stacked/000201.jpg deleted file mode 100644 index 08ed462..0000000 Binary files a/docs/static/interpolation/stacked/000201.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000202.jpg b/docs/static/interpolation/stacked/000202.jpg deleted file mode 100644 index aa30b50..0000000 Binary files a/docs/static/interpolation/stacked/000202.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000203.jpg b/docs/static/interpolation/stacked/000203.jpg deleted file mode 100644 index 8736127..0000000 Binary files a/docs/static/interpolation/stacked/000203.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000204.jpg b/docs/static/interpolation/stacked/000204.jpg deleted file mode 100644 index 8d52f7f..0000000 Binary files a/docs/static/interpolation/stacked/000204.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000205.jpg b/docs/static/interpolation/stacked/000205.jpg deleted file mode 100644 index 46eb45c..0000000 Binary files a/docs/static/interpolation/stacked/000205.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000206.jpg b/docs/static/interpolation/stacked/000206.jpg deleted file mode 100644 index f61d6b1..0000000 Binary files a/docs/static/interpolation/stacked/000206.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000207.jpg b/docs/static/interpolation/stacked/000207.jpg deleted file mode 100644 index c155c52..0000000 Binary files a/docs/static/interpolation/stacked/000207.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000208.jpg b/docs/static/interpolation/stacked/000208.jpg deleted file mode 100644 index 35a9b0b..0000000 Binary files a/docs/static/interpolation/stacked/000208.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000209.jpg b/docs/static/interpolation/stacked/000209.jpg deleted file mode 100644 index 0685229..0000000 Binary files a/docs/static/interpolation/stacked/000209.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000210.jpg b/docs/static/interpolation/stacked/000210.jpg deleted file mode 100644 index a5e1942..0000000 Binary files a/docs/static/interpolation/stacked/000210.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000211.jpg b/docs/static/interpolation/stacked/000211.jpg deleted file mode 100644 index 30932e5..0000000 Binary files a/docs/static/interpolation/stacked/000211.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000212.jpg b/docs/static/interpolation/stacked/000212.jpg deleted file mode 100644 index 7e6317f..0000000 Binary files a/docs/static/interpolation/stacked/000212.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000213.jpg b/docs/static/interpolation/stacked/000213.jpg deleted file mode 100644 index e674a94..0000000 Binary files a/docs/static/interpolation/stacked/000213.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000214.jpg b/docs/static/interpolation/stacked/000214.jpg deleted file mode 100644 index 245dff5..0000000 Binary files a/docs/static/interpolation/stacked/000214.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000215.jpg b/docs/static/interpolation/stacked/000215.jpg deleted file mode 100644 index b78e04e..0000000 Binary files a/docs/static/interpolation/stacked/000215.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000216.jpg b/docs/static/interpolation/stacked/000216.jpg deleted file mode 100644 index a3730bc..0000000 Binary files a/docs/static/interpolation/stacked/000216.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000217.jpg b/docs/static/interpolation/stacked/000217.jpg deleted file mode 100644 index 87b04d5..0000000 Binary files a/docs/static/interpolation/stacked/000217.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000218.jpg b/docs/static/interpolation/stacked/000218.jpg deleted file mode 100644 index 5d38c42..0000000 Binary files a/docs/static/interpolation/stacked/000218.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000219.jpg b/docs/static/interpolation/stacked/000219.jpg deleted file mode 100644 index 3d5469b..0000000 Binary files a/docs/static/interpolation/stacked/000219.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000220.jpg b/docs/static/interpolation/stacked/000220.jpg deleted file mode 100644 index b0dd6be..0000000 Binary files a/docs/static/interpolation/stacked/000220.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000221.jpg b/docs/static/interpolation/stacked/000221.jpg deleted file mode 100644 index 9cb06cc..0000000 Binary files a/docs/static/interpolation/stacked/000221.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000222.jpg b/docs/static/interpolation/stacked/000222.jpg deleted file mode 100644 index 4e39b31..0000000 Binary files a/docs/static/interpolation/stacked/000222.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000223.jpg b/docs/static/interpolation/stacked/000223.jpg deleted file mode 100644 index 7c919fe..0000000 Binary files a/docs/static/interpolation/stacked/000223.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000224.jpg b/docs/static/interpolation/stacked/000224.jpg deleted file mode 100644 index dd370c0..0000000 Binary files a/docs/static/interpolation/stacked/000224.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000225.jpg b/docs/static/interpolation/stacked/000225.jpg deleted file mode 100644 index 81aa2ba..0000000 Binary files a/docs/static/interpolation/stacked/000225.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000226.jpg b/docs/static/interpolation/stacked/000226.jpg deleted file mode 100644 index 3d7fd40..0000000 Binary files a/docs/static/interpolation/stacked/000226.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000227.jpg b/docs/static/interpolation/stacked/000227.jpg deleted file mode 100644 index ac85320..0000000 Binary files a/docs/static/interpolation/stacked/000227.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000228.jpg b/docs/static/interpolation/stacked/000228.jpg deleted file mode 100644 index 5fa7000..0000000 Binary files a/docs/static/interpolation/stacked/000228.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000229.jpg b/docs/static/interpolation/stacked/000229.jpg deleted file mode 100644 index 726b47d..0000000 Binary files a/docs/static/interpolation/stacked/000229.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000230.jpg b/docs/static/interpolation/stacked/000230.jpg deleted file mode 100644 index 7438bb2..0000000 Binary files a/docs/static/interpolation/stacked/000230.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000231.jpg b/docs/static/interpolation/stacked/000231.jpg deleted file mode 100644 index e31462b..0000000 Binary files a/docs/static/interpolation/stacked/000231.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000232.jpg b/docs/static/interpolation/stacked/000232.jpg deleted file mode 100644 index 86a5980..0000000 Binary files a/docs/static/interpolation/stacked/000232.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000233.jpg b/docs/static/interpolation/stacked/000233.jpg deleted file mode 100644 index a1b19c0..0000000 Binary files a/docs/static/interpolation/stacked/000233.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000234.jpg b/docs/static/interpolation/stacked/000234.jpg deleted file mode 100644 index b42b61c..0000000 Binary files a/docs/static/interpolation/stacked/000234.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000235.jpg b/docs/static/interpolation/stacked/000235.jpg deleted file mode 100644 index 9fa3782..0000000 Binary files a/docs/static/interpolation/stacked/000235.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000236.jpg b/docs/static/interpolation/stacked/000236.jpg deleted file mode 100644 index 1e653de..0000000 Binary files a/docs/static/interpolation/stacked/000236.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000237.jpg b/docs/static/interpolation/stacked/000237.jpg deleted file mode 100644 index 04683c7..0000000 Binary files a/docs/static/interpolation/stacked/000237.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000238.jpg b/docs/static/interpolation/stacked/000238.jpg deleted file mode 100644 index 433e328..0000000 Binary files a/docs/static/interpolation/stacked/000238.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/000239.jpg b/docs/static/interpolation/stacked/000239.jpg deleted file mode 100644 index 7e9d08f..0000000 Binary files a/docs/static/interpolation/stacked/000239.jpg and /dev/null differ diff --git a/docs/static/interpolation/stacked/Icon b/docs/static/interpolation/stacked/Icon deleted file mode 100644 index e69de29..0000000 diff --git a/docs/static/videos/._Icon b/docs/static/videos/._Icon deleted file mode 100644 index f114948..0000000 Binary files a/docs/static/videos/._Icon and /dev/null differ diff --git a/docs/static/videos/blueshirt.mp4 b/docs/static/videos/blueshirt.mp4 deleted file mode 100644 index 12c3c16..0000000 Binary files a/docs/static/videos/blueshirt.mp4 and /dev/null differ diff --git a/docs/static/videos/book.mp4 b/docs/static/videos/book.mp4 deleted file mode 100644 index adb6e3c..0000000 Binary files a/docs/static/videos/book.mp4 and /dev/null differ diff --git a/docs/static/videos/chair-tp.mp4 b/docs/static/videos/chair-tp.mp4 deleted file mode 100644 index ac2f0a5..0000000 Binary files a/docs/static/videos/chair-tp.mp4 and /dev/null differ diff --git a/docs/static/videos/coffee.mp4 b/docs/static/videos/coffee.mp4 deleted file mode 100644 index 9e07095..0000000 Binary files a/docs/static/videos/coffee.mp4 and /dev/null differ diff --git a/docs/static/videos/dollyzoom-depth.mp4 b/docs/static/videos/dollyzoom-depth.mp4 deleted file mode 100644 index 1578788..0000000 Binary files a/docs/static/videos/dollyzoom-depth.mp4 and /dev/null differ diff --git a/docs/static/videos/dollyzoom-stacked.mp4 b/docs/static/videos/dollyzoom-stacked.mp4 deleted file mode 100644 index b22a749..0000000 Binary files a/docs/static/videos/dollyzoom-stacked.mp4 and /dev/null differ diff --git a/docs/static/videos/dollyzoom.mp4 b/docs/static/videos/dollyzoom.mp4 deleted file mode 100644 index 12be1a5..0000000 Binary files a/docs/static/videos/dollyzoom.mp4 and /dev/null differ diff --git a/docs/static/videos/fullbody.mp4 b/docs/static/videos/fullbody.mp4 deleted file mode 100644 index af5c4eb..0000000 Binary files a/docs/static/videos/fullbody.mp4 and /dev/null differ diff --git a/docs/static/videos/mask-nobg.mp4 b/docs/static/videos/mask-nobg.mp4 deleted file mode 100644 index 8a68807..0000000 Binary files a/docs/static/videos/mask-nobg.mp4 and /dev/null differ diff --git a/docs/static/videos/mask.mp4 b/docs/static/videos/mask.mp4 deleted file mode 100644 index fc92c5c..0000000 Binary files a/docs/static/videos/mask.mp4 and /dev/null differ diff --git a/docs/static/videos/matting.mp4 b/docs/static/videos/matting.mp4 deleted file mode 100644 index 5620b18..0000000 Binary files a/docs/static/videos/matting.mp4 and /dev/null differ diff --git a/docs/static/videos/replay.mp4 b/docs/static/videos/replay.mp4 deleted file mode 100644 index f2fa33e..0000000 Binary files a/docs/static/videos/replay.mp4 and /dev/null differ diff --git a/docs/static/videos/shiba.mp4 b/docs/static/videos/shiba.mp4 deleted file mode 100644 index 3833f23..0000000 Binary files a/docs/static/videos/shiba.mp4 and /dev/null differ diff --git a/docs/static/videos/steve.mp4 b/docs/static/videos/steve.mp4 deleted file mode 100644 index ae949f7..0000000 Binary files a/docs/static/videos/steve.mp4 and /dev/null differ diff --git a/docs/static/videos/teaser.mp4 b/docs/static/videos/teaser.mp4 deleted file mode 100644 index b891a08..0000000 Binary files a/docs/static/videos/teaser.mp4 and /dev/null differ diff --git a/docs/static/videos/toby.mp4 b/docs/static/videos/toby.mp4 deleted file mode 100644 index 307f027..0000000 Binary files a/docs/static/videos/toby.mp4 and /dev/null differ diff --git a/docs/static/videos/toby2.mp4 b/docs/static/videos/toby2.mp4 deleted file mode 100644 index 483b36c..0000000 Binary files a/docs/static/videos/toby2.mp4 and /dev/null differ