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 d073959 commit 948596c
Show file tree
Hide file tree
Showing 21 changed files with 144 additions and 19 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.
2 changes: 1 addition & 1 deletion docs/_build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 78b95e8ddf4d0319c31c1079c10426aa
config: b4dbd8eb7e0ec0e97ce08516f079ce6e
tags: 645f666f9bcd5a90fca523b33c5a78b7
6 changes: 5 additions & 1 deletion docs/_build/html/Image_instance.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Instance segmentation of images with PixelLib &mdash; PixelLib 0.3.0 documentation</title>
<title>Instance segmentation of images with PixelLib &mdash; PixelLib 0.4.0 documentation</title>



Expand Down Expand Up @@ -91,6 +91,10 @@
<li class="toctree-l1 current"><a class="current reference internal" href="#"><strong>Instance segmentation of images with PixelLib</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="video_instance.html"><strong>Instance segmentation of videos with PixelLib</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="video_instance.html#instance-segmentation-of-live-camera-with-mask-r-cnn"><strong>Instance Segmentation of Live Camera with Mask R-cnn.</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="custom_train.html"><strong>Custom Training With PixelLib</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="custom_inference.html"><strong>Inference With A Custom Model</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="change_image_bg.html">Image Tuning With PixelLib</a></li>
<li class="toctree-l1"><a class="reference internal" href="change_video_bg.html">Change the Background of A Video</a></li>
</ul>


Expand Down
6 changes: 5 additions & 1 deletion docs/_build/html/Image_pascal.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Semantic segmentation of images with PixelLib using Pascalvoc model &mdash; PixelLib 0.3.0 documentation</title>
<title>Semantic segmentation of images with PixelLib using Pascalvoc model &mdash; PixelLib 0.4.0 documentation</title>



Expand Down Expand Up @@ -91,6 +91,10 @@
<li class="toctree-l1"><a class="reference internal" href="Image_instance.html"><strong>Instance segmentation of images with PixelLib</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="video_instance.html"><strong>Instance segmentation of videos with PixelLib</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="video_instance.html#instance-segmentation-of-live-camera-with-mask-r-cnn"><strong>Instance Segmentation of Live Camera with Mask R-cnn.</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="custom_train.html"><strong>Custom Training With PixelLib</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="custom_inference.html"><strong>Inference With A Custom Model</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="change_image_bg.html">Image Tuning With PixelLib</a></li>
<li class="toctree-l1"><a class="reference internal" href="change_video_bg.html">Change the Background of A Video</a></li>
</ul>


Expand Down
29 changes: 29 additions & 0 deletions docs/_build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,33 @@ 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 All @@ -125,6 +152,8 @@ Instances of the same object are segmented with different color maps.
video_instance.rst
custom_train.rst
custom_inference.rst
change_image_bg.rst
change_video_bg.rst



Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '0.3.0',
VERSION: '0.4.0',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
19 changes: 16 additions & 3 deletions docs/_build/html/change_image_bg.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Image Tuning With PixelLib &mdash; PixelLib 0.3.0 documentation</title>
<title>Image Tuning With PixelLib &mdash; PixelLib 0.4.0 documentation</title>



Expand All @@ -34,7 +34,9 @@
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Change the Background of A Video" href="change_video_bg.html" />
<link rel="prev" title="Inference With A Custom Model" href="custom_inference.html" />
</head>

<body class="wy-body-for-nav">
Expand Down Expand Up @@ -79,7 +81,7 @@


<p class="caption"><span class="caption-text">Contents:</span></p>
<ul>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="image_ade20k.html"><strong>Semantic segmentation of images with PixelLib using Ade20k model</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="video_ade20k.html"><strong>Semantic segmentation of videos with PixelLib using Ade20k model</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="video_ade20k.html#segmentation-of-live-camera-with-ade20k-model"><strong>Segmentation of live camera with Ade20k model</strong></a></li>
Expand All @@ -91,6 +93,8 @@
<li class="toctree-l1"><a class="reference internal" href="video_instance.html#instance-segmentation-of-live-camera-with-mask-r-cnn"><strong>Instance Segmentation of Live Camera with Mask R-cnn.</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="custom_train.html"><strong>Custom Training With PixelLib</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="custom_inference.html"><strong>Inference With A Custom Model</strong></a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Image Tuning With PixelLib</a></li>
<li class="toctree-l1"><a class="reference internal" href="change_video_bg.html">Change the Background of A Video</a></li>
</ul>


Expand Down Expand Up @@ -377,6 +381,15 @@
</div>
<footer>

<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">

<a href="change_video_bg.html" class="btn btn-neutral float-right" title="Change the Background of A Video" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>


<a href="custom_inference.html" class="btn btn-neutral float-left" title="Inference With A Custom Model" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>

</div>


<hr/>

Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/change_video_bg.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Change the Background of A Video &mdash; PixelLib 0.3.0 documentation</title>
<title>Change the Background of A Video &mdash; PixelLib 0.4.0 documentation</title>



Expand Down
7 changes: 6 additions & 1 deletion docs/_build/html/custom_inference.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Inference With A Custom Model &mdash; PixelLib 0.3.0 documentation</title>
<title>Inference With A Custom Model &mdash; PixelLib 0.4.0 documentation</title>



Expand All @@ -35,6 +35,7 @@
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Image Tuning With PixelLib" href="change_image_bg.html" />
<link rel="prev" title="Custom Training With PixelLib" href="custom_train.html" />
</head>

Expand Down Expand Up @@ -92,6 +93,8 @@
<li class="toctree-l1"><a class="reference internal" href="video_instance.html#instance-segmentation-of-live-camera-with-mask-r-cnn"><strong>Instance Segmentation of Live Camera with Mask R-cnn.</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="custom_train.html"><strong>Custom Training With PixelLib</strong></a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#"><strong>Inference With A Custom Model</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="change_image_bg.html">Image Tuning With PixelLib</a></li>
<li class="toctree-l1"><a class="reference internal" href="change_video_bg.html">Change the Background of A Video</a></li>
</ul>


Expand Down Expand Up @@ -300,6 +303,8 @@

<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">

<a href="change_image_bg.html" class="btn btn-neutral float-right" title="Image Tuning With PixelLib" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>


<a href="custom_train.html" class="btn btn-neutral float-left" title="Custom Training With PixelLib" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>

Expand Down
4 changes: 3 additions & 1 deletion docs/_build/html/custom_train.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Custom Training With PixelLib &mdash; PixelLib 0.3.0 documentation</title>
<title>Custom Training With PixelLib &mdash; PixelLib 0.4.0 documentation</title>



Expand Down Expand Up @@ -93,6 +93,8 @@
<li class="toctree-l1"><a class="reference internal" href="video_instance.html#instance-segmentation-of-live-camera-with-mask-r-cnn"><strong>Instance Segmentation of Live Camera with Mask R-cnn.</strong></a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#"><strong>Custom Training With PixelLib</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="custom_inference.html"><strong>Inference With A Custom Model</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="change_image_bg.html">Image Tuning With PixelLib</a></li>
<li class="toctree-l1"><a class="reference internal" href="change_video_bg.html">Change the Background of A Video</a></li>
</ul>


Expand Down
4 changes: 3 additions & 1 deletion docs/_build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Index &mdash; PixelLib 0.3.0 documentation</title>
<title>Index &mdash; PixelLib 0.4.0 documentation</title>



Expand Down Expand Up @@ -92,6 +92,8 @@
<li class="toctree-l1"><a class="reference internal" href="video_instance.html#instance-segmentation-of-live-camera-with-mask-r-cnn"><strong>Instance Segmentation of Live Camera with Mask R-cnn.</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="custom_train.html"><strong>Custom Training With PixelLib</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="custom_inference.html"><strong>Inference With A Custom Model</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="change_image_bg.html">Image Tuning With PixelLib</a></li>
<li class="toctree-l1"><a class="reference internal" href="change_video_bg.html">Change the Background of A Video</a></li>
</ul>


Expand Down
6 changes: 5 additions & 1 deletion docs/_build/html/image_ade20k.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Semantic segmentation of images with PixelLib using Ade20k model &mdash; PixelLib 0.3.0 documentation</title>
<title>Semantic segmentation of images with PixelLib using Ade20k model &mdash; PixelLib 0.4.0 documentation</title>



Expand Down Expand Up @@ -91,6 +91,10 @@
<li class="toctree-l1"><a class="reference internal" href="Image_instance.html"><strong>Instance segmentation of images with PixelLib</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="video_instance.html"><strong>Instance segmentation of videos with PixelLib</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="video_instance.html#instance-segmentation-of-live-camera-with-mask-r-cnn"><strong>Instance Segmentation of Live Camera with Mask R-cnn.</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="custom_train.html"><strong>Custom Training With PixelLib</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="custom_inference.html"><strong>Inference With A Custom Model</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="change_image_bg.html">Image Tuning With PixelLib</a></li>
<li class="toctree-l1"><a class="reference internal" href="change_video_bg.html">Change the Background of A Video</a></li>
</ul>


Expand Down
18 changes: 17 additions & 1 deletion docs/_build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>PIXELLIB’S OFFICIAL DOCUMENTATION &mdash; PixelLib 0.3.0 documentation</title>
<title>PIXELLIB’S OFFICIAL DOCUMENTATION &mdash; PixelLib 0.4.0 documentation</title>



Expand Down Expand Up @@ -92,6 +92,8 @@
<li class="toctree-l1"><a class="reference internal" href="video_instance.html#instance-segmentation-of-live-camera-with-mask-r-cnn"><strong>Instance Segmentation of Live Camera with Mask R-cnn.</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="custom_train.html"><strong>Custom Training With PixelLib</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="custom_inference.html"><strong>Inference With A Custom Model</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="change_image_bg.html">Image Tuning With PixelLib</a></li>
<li class="toctree-l1"><a class="reference internal" href="change_video_bg.html">Change the Background of A Video</a></li>
</ul>


Expand Down Expand Up @@ -209,6 +211,18 @@ <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 All @@ -223,6 +237,8 @@ <h1>PIXELLIB’S OFFICIAL DOCUMENTATION<a class="headerlink" href="#pixellib-s-o
<li class="toctree-l1"><a class="reference internal" href="video_instance.html#instance-segmentation-of-live-camera-with-mask-r-cnn"><strong>Instance Segmentation of Live Camera with Mask R-cnn.</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="custom_train.html"><strong>Custom Training With PixelLib</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="custom_inference.html"><strong>Inference With A Custom Model</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="change_image_bg.html">Image Tuning With PixelLib</a></li>
<li class="toctree-l1"><a class="reference internal" href="change_video_bg.html">Change the Background of A Video</a></li>
</ul>
</div>
<p><em>CONTACT INFO:</em></p>
Expand Down
4 changes: 3 additions & 1 deletion docs/_build/html/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Search &mdash; PixelLib 0.3.0 documentation</title>
<title>Search &mdash; PixelLib 0.4.0 documentation</title>



Expand Down Expand Up @@ -92,6 +92,8 @@
<li class="toctree-l1"><a class="reference internal" href="video_instance.html#instance-segmentation-of-live-camera-with-mask-r-cnn"><strong>Instance Segmentation of Live Camera with Mask R-cnn.</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="custom_train.html"><strong>Custom Training With PixelLib</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="custom_inference.html"><strong>Inference With A Custom Model</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="change_image_bg.html">Image Tuning With PixelLib</a></li>
<li class="toctree-l1"><a class="reference internal" href="change_video_bg.html">Change the Background of A Video</a></li>
</ul>


Expand Down
Loading

0 comments on commit 948596c

Please sign in to comment.