Closed petebankhead closed 1 month ago
In an extreme case (the same one as https://github.com/qupath/qupath-extension-instanseg/issues/88) there was weird behavior in that >1,100,000 objects were reported to have been detected after ~30 mins - but none appeared in the viewer.
It turned out that measurements were still being made, and control had been returned to the viewer too early.
We need to block until processing is complete and all objects are ready to be displayed.
In an extreme case (the same one as https://github.com/qupath/qupath-extension-instanseg/issues/88) there was weird behavior in that >1,100,000 objects were reported to have been detected after ~30 mins - but none appeared in the viewer.
It turned out that measurements were still being made, and control had been returned to the viewer too early.
We need to block until processing is complete and all objects are ready to be displayed.