datumaro
datumaro copied to clipboard
Defer loading of plugins to their use
Loading of plugins can be expensive, as it actually is - for TF and Accuracy Checker plugins, which can be loaded in few seconds. Plugins need to be reorganized in such way, that their loading is deferred until their invocation. The list of plugins, however, must be loaded quickly.