HumanSignal / label-studio-frontend

Data labeling react app that is backend agnostic and can be embedded into your applications — distributed as an NPM package
https://labelstud.io/
Apache License 2.0
421 stars 316 forks source link

Add multiple data annotations #1550

Open tianchiguaixia opened 1 year ago

tianchiguaixia commented 1 year ago

May I ask if the example currently provided can only add one data annotation for the named entity task? How can I add multiple data annotations

richardcoder commented 10 months ago

https://github.com/HumanSignal/label-studio-frontend/issues/1511#issuecomment-1871812429

hope this sample helps you, you dont need to use one single label-studio with multiple tasks (images). You can init / destroy label studio instance for each task (image), and switch between them.