core-bioimage-io-python icon indicating copy to clipboard operation
core-bioimage-io-python copied to clipboard

Report model downloading progress

Open oeway opened this issue 3 years ago • 1 comments

For the napari plugin, I noticed that the downloading can take more than 10 minutes for some models, during this time, it would greatly improve the user experience if we can register a callback function to report the progress on the user interface. I would propose allowing passing an optional progress callback function to allow connecting with the UI.

oeway avatar Jul 05 '22 18:07 oeway

this is being implemented here: https://github.com/bioimage-io/spec-bioimage-io/pull/466

FynnBe avatar Jul 08 '22 13:07 FynnBe