webknossos.administration.task
¶
Task
¶
Data class containing information about a WEBKNOSSOS task
create
classmethod
¶
create(task_type_id: str, project_name: str, needed_experience_domain: str, needed_experience_value: int, starting_position: Vec3Int, dataset_name: str | RemoteDataset | None = None, starting_rotation: Vec3Int = Vec3Int(0, 0, 0), instances: int = 1, dataset_id: str | RemoteDataset | None = None, script_id: str | None = None, bounding_box: BoundingBox | None = None) -> list[Task]
Submits tasks in WEBKNOSSOS based on a dataset, starting position + rotation, and returns the Task objects
create_from_annotations
classmethod
¶
create_from_annotations(task_type_id: str, project_name: str, base_annotations: list[Annotation], needed_experience_domain: str, needed_experience_value: int, instances: int = 1, script_id: str | None = None, bounding_box: BoundingBox | None = None) -> list[Task]
Submits tasks in WEBKNOSSOS based on existing annotations, and returns the Task objects
get_annotation_infos
¶
get_annotation_infos() -> list[AnnotationInfo]
Returns AnnotationInfo objects describing all task instances that have been started by annotators for this task
TaskStatus
¶
- Get Help
- Community Forums
- Email Support