-
Notifications
You must be signed in to change notification settings - Fork 0
User Guide
- Image List Page

The user follows instructions in order shown on the *Image List Page*
- Make Patches
- (Re)Train Model 0
such that model weights were optimized to reproduce the input as output with high fidelity. This helped create an initialized base model that was subsequently used in the downstream supervised training.
- Embed Patches
- Embedding Page

When hovering over a dot, a preview of the patch is shown, and subsequently clicking on the dot takes the user to the annotation page centered around that patch.
- Information bar

User could adjust the numbers of patches (*Patch Number*) plotted on the embedding table by *Embed Slider*.
- Latest ID* is the newest model number trained by the user; *Current ID* is the model number that the current
Note: *Re_embed* does not automatically update the embedding plot, user needs to click *View Embedding* to update the page.
- Annotation Page
- gitNavigation Bar

- function buttons:
- layer switches:

- status indicators:
- green*, *yellow*, and *red* colors, which representing *Done*, *Running*, and *Not available*. QA could communicate with user through these traffic lights.
- Information Window

It shows *project name*, *Image name* and *Image size*. Besides, *crop size* can adjust the size of the selection rectangle and the *Zoom factor* can zoom in/out the annotation page. The user can view the image annotation percentage as well.

The user can show/hide the *information Window* in the *status indicators* bar
- Annotation Window
- Annotation Window* is where the user makes annotation by adaptively utilizing various annotation tool provide by QA.

The followings are the introductions to each function in the annotation window toolbar. Each functions has a specialized hot key which helps users annotate. - *Freehand* (A): in *Freehand* mode, user can delineate the boundary of the primitives by moving the mouse

- *Superpixels* (S): A superpixel is defined as a group of adjacent pixels sharing similar characteristics in terms of chromatic, texture, or deep learned feature values. QA provides *Superpixels* mode, which enabled one-click selection for a subset of primitives, notably improving annotation efficiency.

- *Flood fill* (D): The user can annotate a closed set of image by one click in *Flood fill* mode.

- *Eraser* (F): The user can de-annotated pixels with erasers of different sizes provided in *Eraser* mode.

- *Import DL result into annotator* (G): When the user has train a DL classifier to generate annotation suggestions white overlay, the user may then *import* the classifier’s suggestions into annotation window and edit. - *Upload complete annotation* (H): Thw user can *upload* the annotated patches into *training* or *testing* dataset.

- *Annotate positive region* (Z), *Annotate negative region* (X), and *Annotate Unknown region* (C): Under theses modes, the user could annotate pixels with different labels. The user annotates regions of interest as *positive region*, marking non-primitive regions as *negative region*. QA also provides the option of marking an area as *unknown region* when users could not identify a region. - *Undo* (V), *Redo* (B), and *Reset* (N): QA also keeps track of user's annotation operations. Therefore, the user could easily *Redo* or *Undo* any annotations if misannotating some areas. Also, user can remove all annotations in the annotation

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: