Skip to content

Commit e77fc43

Browse files
meastybehnazelhaminiaAbdol AAbdolcarljparker
authored
Add tiatoolbox tutorial (#2675)
* add initial file * add test tutorial * rename tutorial * add notebook * just test * just test * just test * just test * just test * just test * just test2 * just test3 * add feature extraction * 🚧 Change tutorial name * 📝 Update introduction section * update text * 🍱 Add WSI pyramid stack image * just test3 * I tried to Cut down the patch-prediction stuff and shift the focus towards using PyTorch different models. I edited some of the text and made them more concise. * I tried to Cut down the patch-prediction stuff and shift the focus towards using PyTorch different models. I edited some of the text and made them more concise. * Focus towards using PyTorch * update * Removed sections related to image tile * clear outputs * remove output * update * ♻️ Update tutorial installation commands * ♻️ Clean imports and logging * ♻️ Clean imports and remove imagenet download * 📝 Add comments to label dict * 🚸 Rewritten `PatchPredictor` instantiation * fix wrong text about overview resolution used * 🐛 Fix model loading and remove patch section * 📝 Minor text edits * remove references to the tile image we no longer use * test compile * 📝 Address team edits and comments * address feedback * update supress cm * ⏪ Restore patch prediction and add further links * remove files for submission * 📝 Minor edits and tweaks * 🍱 Update tutorial thumbnail * change tiatoolbox dep to develop * remake as rst * remove added reqs * update link * ✏️ Add to wordlist and fix typos * ✏️ Fix more typos * update index * fix typo * fix typo * add notebook to _static * update link to where notebook will be when merged --------- Co-authored-by: Behnaz <behnazelhaminia@yahoo.com> Co-authored-by: Abdol A <u2271662@live.warwick.ac.uk> Co-authored-by: Abdol <a@fkrtech.com> Co-authored-by: Carl Parker <carljparker@meta.com>
1 parent 79474b1 commit e77fc43

12 files changed

+1042
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If you have a question about a tutorial, post in https://dev-discuss.pytorch.org
1414
You can submit the following types of issues:
1515

1616
* Feature request - request a new tutorial to be added. Please explain why this tutorial is needed and how it demonstrates PyTorch value.
17-
* Bug report - report a failiure or outdated information in an existing tutorial. When submitting a bug report, please run: `python3 -m torch.utils.collect_env` to get information about your environment and add the output to the bug report.
17+
* Bug report - report a failure or outdated information in an existing tutorial. When submitting a bug report, please run: `python3 -m torch.utils.collect_env` to get information about your environment and add the output to the bug report.
1818

1919
# Contributing
2020

Loading
Binary file not shown.
Loading
Loading
Loading
Loading
Loading

_static/tiatoolbox_tutorial.ipynb

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

en-wordlist.txt

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,3 +515,41 @@ warmstart
515515
warmstarted
516516
warmstarting
517517
warmup
518+
wsi
519+
WSI
520+
TIAToolbox
521+
tiatoolbox
522+
HistoEnc
523+
HistoEncoder
524+
histoencoder
525+
ModelABC
526+
UMAP
527+
umap
528+
WSIs
529+
wsis
530+
WSI’s
531+
TorchVision
532+
img
533+
webp
534+
OpenJpeg
535+
OpenSlide
536+
Pixman
537+
MacOS
538+
tmp
539+
Kather
540+
Colorectal
541+
LYM
542+
mucosa
543+
STR
544+
stroma
545+
ADI
546+
MUC
547+
PatchPredictor
548+
Cuda
549+
mpp
550+
Joona
551+
Pohjonen
552+
pre
553+
otsu
554+
rgb
555+
histologically

index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,13 @@ What's new in PyTorch tutorials?
142142
:link: intermediate/spatial_transformer_tutorial.html
143143
:tags: Image/Video
144144

145+
.. customcarditem::
146+
:header: Inference on Whole Slide Images with TIAToolbox
147+
:card_description: Learn how to use the TIAToolbox to perform inference on whole slide images.
148+
:image: _static/img/thumbnails/cropped/TIAToolbox-Tutorial.png
149+
:link: intermediate/tiatoolbox_tutorial.html
150+
:tags: Image/Video
151+
145152
.. customcarditem::
146153
:header: Semi-Supervised Learning Tutorial Based on USB
147154
:card_description: Learn how to train semi-supervised learning algorithms (on custom data) using USB and PyTorch.
@@ -919,6 +926,7 @@ Additional Resources
919926
beginner/dcgan_faces_tutorial
920927
intermediate/spatial_transformer_tutorial
921928
beginner/vt_tutorial
929+
intermediate/tiatoolbox_tutorial
922930

923931
.. toctree::
924932
:maxdepth: 2

0 commit comments

Comments
 (0)