Zaida Zhou

Results 204 comments of Zaida Zhou

It seems like this issue should be created in mmdetection.

Hi, it is a great idea. In fact, mmcv also supports loading _base_ config with an absolute path. ```python if BASE_KEY in cfg_dict: cfg_dir = osp.dirname(filename) base_filename = cfg_dict.pop(BASE_KEY) base_filename...

Totally agree, but we need an elegant way to implement this feature.

Hi, thanks for your report. Could you provide the full log?

Could you provide some steps to reproduce the error?

Thank you for your patience. I will try to reproduce the error.

Thanks for your contribution. But why we need download a checkpoint from remote GitHub.

Got it. Please add an unittest. Another thing is that the config file can not be successfully obtained from remote because the config is parsed from the local repo.

hi @fcakyon , the following lines should be moved. In addition, we download checkpoints and configs by default so we can provide two options to only download one of them...