# Manage QA processes

## Use short feedback loops

The platform ensures short feedback loops through the following design choices:

1. Each sample is annotated by 1 labeler. A sample is either an individual image or point cloud, or a sequence of images, point clouds or multiple sensors, depending on the dataset settings - see [#sample](https://docs.segments.ai/background/main-concepts#sample "mention").
2. Labelers are not able to manually select samples to label first. Through the "Start Labeling" workflow, samples are presented for them.
3. After a reviewer has rejected a sample, the original labeler has to correct the rejected sample before being able to continue labeling any other samples in the queue. The rejected sample will appear in the beginning of the labeler's queue. For more details about the label queue, see [label-queue-mechanics](https://docs.segments.ai/background/label-queue-mechanics "mention")
4. After a labeler has corrected a rejected sample, the original reviewer has to review the corrected sample. The corrected sample will appear in the beginning of the reviewer's queue.

## Set up a linting process

Linting is the process of performing static analysis to flag erroneous patterns. For example, one would want to programmatically ...

1. Identify cuboids with unexpected dimensions or positions
2. Spot too small segmentation masks or uncover unlabeled pixels
3. Observe movement errors in sequences
4. Flag incorrect categories

Using the API/SDK & webhooks system, it is straightforward to set up such linting process and verify labels against expected properties:

* The webhooks system allows to receive event notifications whenever a sample has been labeled, such that the linting process can be triggered (see also [webhooks](https://docs.segments.ai/how-to-integrate/webhooks "mention"))
* The API/SDK offers a programmatic way to (see also [python-sdk-quickstart](https://docs.segments.ai/tutorials/python-sdk-quickstart "mention"))
  * List & pull labels
  * Verify properties for these labels
  * Change the status of labels to e.g. "Rejected"
  * Report issues&#x20;

For more details, please [contact us](https://segments.ai/contact).

## Discover additional features to improve QA

#### Work with issues

Leave comments, post screenshots or ask questions with the issues functionality. See [work-with-issues](https://docs.segments.ai/guides/work-with-issues "mention")

#### Review using ratings

Enable the ratings functionality in the dataset and leave star-based ratings

<figure><img src="https://1553794111-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHczBG7NHgAtEe4ql1rXH%2Fuploads%2Fhy783eFg7F3SadwWjIuk%2FScreenshot%202023-11-13%20at%2012.20.18.png?alt=media&#x26;token=2a22bda2-4410-44f6-848e-a882786cf839" alt="" width="375"><figcaption><p>Leave star-based ratings</p></figcaption></figure>

#### Add an additional QA round

Add a "Verified" label status, intended to support an additional QA round of all labels with status "Reviewed"

<figure><img src="https://1553794111-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHczBG7NHgAtEe4ql1rXH%2Fuploads%2FhEkXtJZABBF4EQZHVu6A%2FScreenshot%202023-11-13%20at%2012.14.55.png?alt=media&#x26;token=3383c792-b464-4faf-8cfd-23792494c5d3" alt="" width="375"><figcaption><p>Enable ratings and add a "Verified" label status in the dataset settings</p></figcaption></figure>

#### Enable validation check to warn users about unlabeled points in the 3D segmentation interface

This feature displays an alert when attempting to save if there are any unlabeled points.&#x20;

This option is only available for datasets with the "Pointcloud" data type and the "Segmentation" task.&#x20;

<figure><img src="https://1553794111-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHczBG7NHgAtEe4ql1rXH%2Fuploads%2FEzEKqYDneKXuPgdzgI8K%2Fimage.png?alt=media&#x26;token=fced1a62-1462-43e8-925b-5f80f8344802" alt="" width="350"><figcaption><p>The warning is optional and can be enabled through dataset settings</p></figcaption></figure>
