Skip to content

Commit

Permalink
Consolidating all figures into one directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kallewesterling committed Jul 17, 2024
1 parent fa52557 commit 25fa0f7
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
MapReader is an end-to-end computer vision (CV) pipeline for exploring and analyzing images at scale.

<figure align="center">
<img src="https://raw.githubusercontent.com/Living-with-machines/MapReader/main/figs/river_banner_8bit.png"
<img src="https://raw.githubusercontent.com/Living-with-machines/MapReader/main/docs/source/figures/river_banner_8bit.png"
alt="Annotated Map with Prediction Outputs"
width="70%">
</figure>
Expand Down
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MapReader was developed for maps and geospatial images.
Classification of one-inch OS maps
----------------------------------

.. image:: https://raw.githubusercontent.com/Living-with-machines/MapReader/main/figs/tutorial_classification_one_inch_maps_001.png
.. image:: ../../figures/tutorial_classification_one_inch_maps_001.png
:width: 400px
:target: https://github.com/Living-with-machines/MapReader/tree/main/worked_examples/geospatial

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ We have provided two examples of this.
Classification of plant phenotypes
----------------------------------

.. image:: https://raw.githubusercontent.com/Living-with-machines/MapReader/main/figs/tutorial_classification_plant_phenotype.png
.. image:: ../../figures/tutorial_classification_plant_phenotype.png
:width: 400px
:target: https://github.com/Living-with-machines/MapReader/blob/main/worked_examples/non-geospatial/classification_plant_phenotype/Pipeline.ipynb

Expand All @@ -21,7 +21,7 @@ It can be found `here <https://github.com/Living-with-machines/MapReader/blob/ma
Classification of MNIST digits
------------------------------

.. image:: https://raw.githubusercontent.com/Living-with-machines/MapReader/main/figs/tutorial_classification_mnist.png
.. image:: ../../figures/tutorial_classification_mnist.png
:width: 400px
:target: https://github.com/Living-with-machines/MapReader/blob/main/worked_examples/non-geospatial/classification_mnist/Pipeline.ipynb

Expand Down

0 comments on commit 25fa0f7

Please sign in to comment.