Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoolaolafenwa committed Sep 28, 2020
1 parent 6b85d28 commit d073959
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 67 deletions.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/index.doctree
Binary file not shown.
27 changes: 0 additions & 27 deletions docs/_build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,33 +110,6 @@ Instances of the same object are segmented with different color maps.
:ref:`custom_inference`


Implement background editing in images and videos using five lines of code. These are the features supported for background editing.

**Change the background of an image with a picture**

**Assign a distinct color to the background of an image**

**Grayscale the background of an image**

**Blur the background of an image**


**Change the background of an Image**

.. image:: photos/bg_cover.jpg

:ref:`image_bg`


**Change the background of a Video**

.. raw:: html

<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto;">
<iframe src= "https://www.youtube.com/embed/EoG00wQ4MYc", frameborder="0" allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe>
</div>

:ref:`video_bg`



Expand Down
12 changes: 0 additions & 12 deletions docs/_build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,18 +209,6 @@ <h1>PIXELLIB’S OFFICIAL DOCUMENTATION<a class="headerlink" href="#pixellib-s-o
<iframe src="https://www.youtube.com/embed/bWQGxaZIPOo" , frameborder="0" allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe>
https://www.youtube.com/watch?v=bWQGxaZIPOo
</div><p><a class="reference internal" href="custom_inference.html#custom-inference"><span class="std std-ref">Inference With A Custom Model</span></a></p>
<p>Implement background editing in images and videos using five lines of code. These are the features supported for background editing.</p>
<p><strong>Change the background of an image with a picture</strong></p>
<p><strong>Assign a distinct color to the background of an image</strong></p>
<p><strong>Grayscale the background of an image</strong></p>
<p><strong>Blur the background of an image</strong></p>
<p><strong>Change the background of an Image</strong></p>
<img alt="_images/bg_cover.jpg" src="_images/bg_cover.jpg" />
<p><a class="reference internal" href="change_image_bg.html#image-bg"><span class="std std-ref">Image Tuning With PixelLib</span></a></p>
<p><strong>Change the background of a Video</strong></p>
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto;">
<iframe src= "https://www.youtube.com/embed/EoG00wQ4MYc", frameborder="0" allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe>
</div><p><a class="reference internal" href="change_video_bg.html#video-bg"><span class="std std-ref">Change the Background of A Video</span></a></p>
<div class="toctree-wrapper compound">
<p class="caption"><span class="caption-text">Contents:</span></p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/searchindex.js

Large diffs are not rendered by default.

27 changes: 0 additions & 27 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,33 +110,6 @@ Instances of the same object are segmented with different color maps.
:ref:`custom_inference`


Implement background editing in images and videos using five lines of code. These are the features supported for background editing.

**Change the background of an image with a picture**

**Assign a distinct color to the background of an image**

**Grayscale the background of an image**

**Blur the background of an image**


**Change the background of an Image**

.. image:: photos/bg_cover.jpg

:ref:`image_bg`


**Change the background of a Video**

.. raw:: html

<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto;">
<iframe src= "https://www.youtube.com/embed/EoG00wQ4MYc", frameborder="0" allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe>
</div>

:ref:`video_bg`



Expand Down

0 comments on commit d073959

Please sign in to comment.