mim
mim copied to clipboard
download function should not require local model_zoo.yml file
At the moment download function assumes there is a model_zoo.yml
file in local mmdet/mmcls package dir. But when installed from wheel, these packages does not include model_zoo.yml file. Thus, download functions gives error.
There should be an option for parsing model info from remote. I have opened a PR that solves this issue: #49