Skip to content

Commit

Permalink
relative image paths
Browse files Browse the repository at this point in the history
  • Loading branch information
danlester committed May 29, 2019
1 parent c12c1ad commit a452c25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/chapters/examples.rst
Expand Up @@ -22,7 +22,7 @@ bounding boxes directly.

Innotater( ImageInnotation(images, path='./foods'), BoundingBoxInnotation(targets) )

.. figure:: /_static/screenshots/ImageAndBBoxesInnotater.png
.. figure:: ../_static/screenshots/ImageAndBBoxesInnotater.png
:alt: Screenshot of Innotater widget in Jupyter

Screenshot of Innotater widget in Jupyter
Expand Down Expand Up @@ -63,7 +63,7 @@ Then set up Innotater to display the images so you can mark the classes.

Innotater( ImageInnotation(foods), MultiClassInnotation(targets, classes=classes) )

.. figure:: /_static/screenshots/ImageAndMultiClassifier.png
.. figure:: ../_static/screenshots/ImageAndMultiClassifier.png
:alt: Screenshot of Innotater widget in Jupyter

Screenshot of Innotater widget in Jupyter
Expand Down Expand Up @@ -95,7 +95,7 @@ object you are trying to detect, and draw bounding boxes if so.
BoundingBoxInnotation(bboxes, name='bbs', source='Food', desc='Food Type') ]
)

.. figure:: /_static/screenshots/MultiClassifierAndBBoxes.png
.. figure:: ../_static/screenshots/MultiClassifierAndBBoxes.png
:alt: Screenshot of Innotater widget in Jupyter

Screenshot of Innotater widget in Jupyter
Expand Down Expand Up @@ -140,7 +140,7 @@ as positive, negative, or neutral.

Innotater(TextInnotation(reviews), MultiClassInnotation(sentiments, classes=sentiment_classes))

.. figure:: /_static/screenshots/TextAndMultiClassifier.png
.. figure:: ../_static/screenshots/TextAndMultiClassifier.png
:alt: Screenshot of Innotater widget in Jupyter

Screenshot of Innotater widget in Jupyter
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -65,7 +65,7 @@ The widget is currently in ALPHA development phase, and I appreciate all
feedback on any problems including details on how the current code works
or fails to work for the structure of your particular projects.

.. figure:: /_static/screenshots/ImageAndBBoxesFull.png
.. figure:: _static/screenshots/ImageAndBBoxesFull.png
:alt: Screenshot of Innotater widget in Jupyter

Screenshot of Innotater widget in Jupyter
Expand Down

0 comments on commit a452c25

Please sign in to comment.