TianchiGuangdong2019_2th icon indicating copy to clipboard operation
TianchiGuangdong2019_2th copied to clipboard

我在配置中添加了add_context但是还是出现了问题

Open 18804601171 opened this issue 5 years ago • 1 comments

init got an unexpected augment “add_context"

18804601171 avatar Feb 23 '20 05:02 18804601171

mmdetection 是通过字典来读取配置文件并进行初始化的,出现这个错误有可能是在模块初始化的时候有一些判断语句判断失败了。首先确定出错的位置是在那个文件,然后检查一下出错的地方的逻辑,修改一下对应的代码,应该就能解决问题,具体的位置我也记不清楚了。

cizhenshi avatar Feb 23 '20 06:02 cizhenshi