core-bioimage-io-python
core-bioimage-io-python copied to clipboard
Report model downloading progress
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.
this is being implemented here: https://github.com/bioimage-io/spec-bioimage-io/pull/466