Open emanuilo opened 2 years ago
Try to use this data:
data: {
image: ["http://x.com/1.jpg", "http://x.com/2.jpg", "http://x.com/3.jpg"]
}
in this case LS will allow to have multiple layers in one image, e.g. it's convenient for medical images.
Try to use this data:
data: { image: ["http://x.com/1.jpg", "http://x.com/2.jpg", "http://x.com/3.jpg"] }
in this case LS will allow to have multiple layers in one image, e.g. it's convenient for medical images.
After I switch to another image after processing one image, the annotations still remain. Shouldn't the expectation be that each image should have its own annotation?
Is it possible to pass multiple images or a list of images to Label studio component? Here is an example of the component for a single image.