label-studio
label-studio copied to clipboard
Label Studio is a multi-type data labeling and annotation tool with standardized output format
Hi @nicholasrq! This PR was created in response to a PRs in upstream repo: - https://github.com/heartexlabs/label-studio-frontend/pull/793
example format: ``` { "form": [ { "id": 0, "text": "Registration No.", "box": [94,169,191,186], "linking": [ [0,1] ], "label": "question", "words": [ { "text": "Registration", "box": [94,169,168,186] }, { "text":...
**Is your feature request related to a problem? Please describe.** Label studio doesn't have a way to draw lines of different types on the images. This would be very useful...
This PR has the following tasks: 1. Added Enterprise badge using a simple format 2. Added admonitions 3. Reviewed and fixed typos 4. Added table and figure captions 5. Edited...
Hi @nicholasrq! This PR was created in response to a PRs in upstream repo: - https://github.com/heartexlabs/label-studio-frontend/pull/794
**Describe the bug** The width of the taxonomy dropdown is too small. The texts cannot be displayed in one line and is wrapped to the next line, overlapping with the...
Hi @hlomzik! This PR was created in response to a PRs in upstream repo: - https://github.com/heartexlabs/label-studio-frontend/pull/788