Label annotations are wrong in the data upload API
See original GitHub issueHow to reproduce the behaviour
Annotated label information was incorrect after multiple calls to data upload API via doccano-client.
endpoints:
- post data upload API:
post /v1/projects/{project_id}/upload
- get spans API:
GET /v1/projects/6/examples/{example_id}/spans
- get span-types API:
GET /v1/projects/{project_id}/span-types
get spans API’s response example:
[
{
created_at: "2022-02-25T09:01:34.992298Z"
end_offset: 5
example: 2263
id: 2371
label: 2470
prob: 0
start_offset: 3
updated_at: "2022-02-25T09:01:34.992336Z"
user: 1
},
]
problem:
label: 2470
but span-types list does not contain the id.
Your Environment
doccano v1.5.5
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Import pre-annotated data into Label Studio
Import predicted labels, predictions, pre-annotations, or pre-labels into Label Studio for your data labeling, machine learning, and data science projects.
Read more >Managing Annotation Mistakes with FiftyOne and Labelbox
Find annotation mistakes in your image datasets with FiftyOne and fix them ... This is the only way to upload existing labels to...
Read more >Import annotations - Labelbox Docs
Labelbox offers several ways to import annotations and attach them to assets in Labelbox. To import annotations to a labeling project, you can...
Read more >Category Annotations - Nucleus
In this guide, we'll use the Python SDK to construct category annotations for ... A category annotation object in Nucleus has four components:...
Read more >tagtog · The Text Annotation Tool to Train AI
Augment your data: label documents, annotate text, relations, etc. ... 2Train a model: import text (cloud or on-premises) through the API or the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
About 150.
How about increasing the number of ranges?