qupath / qupath-extension-instanseg

The official QuPath extension for InstanSeg
https://github.com/instanseg/instanseg
Apache License 2.0
10 stars 5 forks source link

The UI doesn't block for full processing (including measurements) #89

Closed petebankhead closed 1 month ago

petebankhead commented 2 months 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.