| description | How Segments.ai helps to streamline QA, how to set up a linting process and which additional features can be leveraged |
|---|
The platform ensures short feedback loops through the following design choices:
- 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.
- Labelers are not able to manually select samples to label first. Through the "Start Labeling" workflow, samples are presented for them.
- 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.md
- 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.
Linting is the process of performing static analysis to flag erroneous patterns. For example, one would want to programmatically ...
- Identify cuboids with unexpected dimensions or positions
- Spot too small segmentation masks or uncover unlabeled pixels
- Observe movement errors in sequences
- 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.md)
- The API/SDK offers a programmatic way to (see also python-sdk-quickstart.md)
- List & pull labels
- Verify properties for these labels
- Change the status of labels to e.g. "Rejected"
- Report issues
For more details, please contact us.
Leave comments, post screenshots or ask questions with the issues functionality. See work-with-issues.md
Enable the ratings functionality in the dataset and leave star-based ratings
Leave star-based ratings
Add a "Verified" label status, intended to support an additional QA round of all labels with status "Reviewed"
Enable ratings and add a "Verified" label status in the dataset settings
This feature displays an alert when attempting to save if there are any unlabeled points.
This option is only available for datasets with the "Pointcloud" data type and the "Segmentation" task.
The warning is optional and can be enabled through dataset settings
.png)

 (1) (1).png)