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

Synchronize zoom betzeen image entities for same <Image> #1681

Open thomascoquet opened 10 months ago

thomascoquet commented 10 months ago

Hello, I would like to know if it is possible to "bind" the zoom and the position between several entities of the same Image tag. The use case is multi-modal image segmentation : we would like to flip between, let's say, IR and RGB while keeping the same zoomed area. Happy to do a PR if this cannot be achieved yet and is of interest. Thomas