Skip to content

Frequently Asked Questions

Runtian edited this page Dec 18, 2020 · 33 revisions

Frequently Asked Questions


How to Install PyTorch?

The general guides for installing Pytorch can be summarized as following:

  1. Check your NVIDIA GPU Compute Capability @ https://developer.nvidia.com/cuda-gpus
  2. Download CUDA Toolkit @ https://developer.nvidia.com/cuda-downloads
  3. Install PyTorch command can be found @ https://pytorch.org/get-started/locally/
How to keep track of model ID? What do they mean?
  • For a given project, the database contains the latest model id under the "iteration" column.
  • A model_id of -1 means no AI model has been trained at all.
  • A model_id of 0 represents the initial autoencoder.
  • A model_id of >=1 represents the deep learning iteration.
  • The get_latest_model_id function will pull this information from the database.
How to install OpenSlide?

Before uploading to QA, users need to divide WSI into smaller images tiles. QA provides a script cli\extract_tiles_from_wsi_openslide.py, which import OpenSlide. Please find and install OpenSlide @ https://openslide.org/download/

What kind of efficiency growth should a user expect when using quick annotator?

The efficiency improvements of QA differs from the histologic structures that use employs. In a recent paper, we presented an efficiency plot for pancreatic cell nuclei, colon tubules, breast cancer epithelium, which corresponds to small, medium, and large scales tissues.


Efficiency metric over time demonstrating the improvement in speed afforded by QA in annotating (A) nuclei, (B) tubules, and (C) epithelium. The x-axis is the human annotation time in minutes and the y-axis is the annotation speed in terms of annotated histologic structures per minute. The trend of performance improvements varies per use case with (a) the nuclei showing a consistent improvement in time, (b) the tubule performance plateauing after annotating a few structures, and (c) the epithelium requiring a number of additional iterations before reaching its plateau. These plateaus indicate the DL model is sufficiently trained to produce suggestions agreeable to the user.

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