HumanSignal / HumanSignal/label-studio-sdk

setting max_annotations directly at project creation does not work

Open
#339 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
192
Forks
127
Avg merge
1d 18h
Merged PRs (30d)
1

Description

Hello,

with the following setting

- label-studio=1.13.1
- label-studio-sdk=1.0.4

we encountered the following issue:

- We are trying to set `maximum_annotations` to a higher number then 1 (10), directly at project creation with `ls.projects.create(maximum_annotations=10)`
- Although we can confirm that the value seems to be set correctly in the database, the functionality does not seem to work as expected --> The tasks gets flagged as completed after the first annotations is submitted.
- But if we then update the project with a different value for `maximum_annotations` (e.g. 9) via `ls.projects.update(id=id, maximum_annotations=9)`, the functionality works as expected.

Can you please look into this?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.