Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ease_fall_school_assignements.rst #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions source/tutorials/ease_fall_school_assignements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,21 +138,21 @@ This will initialize the components defined in the descriptor and wait for data

You can look at the results of the individual annotators using the browsed and visualizer page. Go to ``localhost:8081`` where you should see the following:

.. image:: /imgs/localhost_8081.png
.. image:: /source/imgs/localhost_8081.png
:align: center
:height: 20pc
.. :width: 100pc

Choose *output_image* topic and the segmentation results should appear:

.. image:: /imgs/rs_output_image.png
.. image:: /source/imgs/rs_output_image.png
:align: center
:height: 20pc
.. :width: 100pc

In order to view the results of the individual annotators, that make up the pipeline, we have created two commands for switching: ``rs_next`` and ``rs_prev``. Execute these commands in a terminal window and see the results in the visualization tab:

.. image:: /imgs/rs_next.png
.. image:: /source/imgs/rs_next.png
:align: center
:height: 20pc
.. :width: 100pc
Expand Down Expand Up @@ -405,7 +405,7 @@ Open ``my_demo.yaml`` and add your new annotator to the pipeline by adding it to

In your output image you should see the pancake maker being detected, highlighted by a rectangle around it in the image:

.. image:: /imgs/result_my_first_annotator.png
.. image:: /source/imgs/result_my_first_annotator.png
:align: center
:height: 20pc

Expand Down Expand Up @@ -570,7 +570,7 @@ In a browser navigate to ``localhost:5555``. For now disregard the canvas and pr

Click on Query and you should see the results from the database:

.. image:: /imgs/object_store.png
.. image:: /source/imgs/object_store.png
:align: center
:width: 30pc
.. :height: 30pc
Expand Down Expand Up @@ -624,7 +624,7 @@ Before running this, we are still missing one more step. ``my_demo`` does not co

You are ready to run ``my_demo`` again and inspect the results in the db using the web interface. You should see that the objects are correctly classified.

.. image:: /imgs/knn_results.png
.. image:: /source/imgs/knn_results.png
:align: center
:width: 30pc
.. :height: 30pc
Expand Down