Skip to content

User Manual

Rexmiao edited this page Dec 18, 2020 · 12 revisions

User Manual

We provide a step-by-step user manual here.

1. Divide Whole Slide Images into image tiles

Open cli folder and use extract_tiles_from_wsi_openslide.py to divide WSI into smaller tiles

 cd quick_annotator\cli
 python extract_tiles_from_wsi_openslide.py 
2. Open terminal, go to QA's directory
cd quick_annotator
python QA.py
3. Open Chrome, go to
http://localhost:5555

The user could change the portnumber in the config.ini file.

4. Create a new project, add images to the project
5. Follow instruction on the page: Make Patches, (Re)train Model 0, Embed Patches, View Embedding

The image shows that the user is waiting when QA trains for the AutoEncoder

6. Go to Embed Page table, hover over a dot, and direct to annotation page to make annotation

User can also just decide where to annotate by moving selection square in the annotation page.

7. Make annotation and upload them to training set
8. Train a classifier, and then check prediction results when the model is ready

As red arrow shows, user click on Retrain Dl From base to train a new model.

As blue arrow points, the prediction result is red, indicating that prediction layer is not available since there is no model available.

see Navigation Bar

9. Select a patch from the image, import the deep learning output, and modify based on that.

10. Repeat 6-9.

11. Download DL model, output or annotation files by clicking Download in the top menu bar.

Quick Annotator Wiki

QA's Wiki is complete documentation that explains to user how to use this tool and the reasons behind. Here is the catalogue for QA's wiki page:

Home:

  1. Quick Annotator Pages
  1. User Guide
  1. Frequently Asked Questions

Clone this wiki locally