Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcdono2 authored Apr 24, 2024
1 parent 2d3584e commit 186f219
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions worked_examples/non-geospatial/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# MapReader and non-geospatial images

[TOC]

## Worked Examples

- [classification_plant_phenotype](./classification_plant_phenotype)
Expand All @@ -10,9 +8,16 @@
* **Data access:** locally stored
* **Annotations** are done on plant patches (i.e., slices of each plant image).
* **Classifier:** train/fine-tuned PyTorch CV models.

*
- [classification_mnist](./classification_mnist)
* **Goal:** train/fine-tune PyTorch CV classifiers on MNIST.
* **Dataset:** Example images taken from http://yann.lecun.com/exdb/mnist/.
* **Data access:** locally stored
* **Annotations** are done on whole MNIST images, **not** on patches/slices of those images.
* **Classifier:** train/fine-tuned PyTorch CV models.

| Task Name | Input Type | Link to Input Data | Brief Description of What Notebook Does | Output Type | Created By | Annotations | Model |
| ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- |
| Content Cell | Content Cell | Content Cell | Content Cell | Content Cell | Content Cell | Content Cell | Content Cell |
| Content Cell | Content Cell | Content Cell | Content Cell | Content Cell | Content Cell | Content Cell | Content Cell |

0 comments on commit 186f219

Please sign in to comment.