mim icon indicating copy to clipboard operation
mim copied to clipboard

download function should not require local model_zoo.yml file

Open fcakyon opened this issue 3 years ago • 0 comments

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

fcakyon avatar Jun 24 '21 12:06 fcakyon