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
415 stars 315 forks source link

Annotate array of images. #1461

Open ahmedibrahim92 opened 1 year ago

ahmedibrahim92 commented 1 year ago

I'm providing an array of images, but when I move from one image to another using the bottom bar I see same annotations are moved as well. (Annotations are shared for all images in same positions) I expect that the annotations are related to the current image only, so when I move from one image to other so I can annotate it with different annotations. image image

richardcoder commented 8 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.