diff --git a/pyproject.toml b/pyproject.toml index 2deebb8..5ef31c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "abulafia" -version = "0.1.6" +version = "0.1.7" description = "A tool for fair and reproducible crowdsourcing using Toloka" readme = "README.md" requires-python = ">=3.8" diff --git a/src/abulafia/task_specs/task_specs.py b/src/abulafia/task_specs/task_specs.py index e86eb79..62d51f6 100644 --- a/src/abulafia/task_specs/task_specs.py +++ b/src/abulafia/task_specs/task_specs.py @@ -1161,7 +1161,9 @@ def specify_task(configuration): class LabelledSegmentationVerificationNoCheckbox(CrowdsourcingTask): """ - This is a class for binary segmentation verification tasks with labelled bounding boxes without a checkbox. + This is a class for binary segmentation verification tasks with labelled bounding boxes, + but the interface does not contain a checkbox that can be used e.g. to mark images with + nothing to outline. """ def __init__(self, configuration, client):