-
Notifications
You must be signed in to change notification settings - Fork 0
User Manual
We provide a step-by-step user manual here. The user needs to install python3.6 or greater.
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
cd quick_annotator
python QA.py
http://localhost:5555
The user could change the port number in the config.ini file.
The image below shows, make patches successfully completed, and the next step is (Re)train Model which trains for AutoEncoder.
Users can also decide where to annotate by moving the selection square on the annotation page.
Like the red arrow shows, the user clicks on Retrain Dl From base to train a new model.
As blue arrow points, the prediction result is red, indicating that the prediction layer is not available since there is no model available.
see Navigation Bar
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: