TestReader中inputs_def未定义bug
Created by: edencfc
configs/obj365/cascade_rcnn_dcnv2_se154_vd_fpn_gn_cas.yml中TestReader中inputs_def未定义,模型导出时报错
/opt/_internal/cpython-3.7.0/lib/python3.7/site-packages/sklearn/feature_extraction/text.py:17: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Mapping, defaultdict
Traceback (most recent call last):
File "tools/export_model.py", line 227, in <module>
main()
File "tools/export_model.py", line 198, in main
inputs_def = cfg['TestReader']['inputs_def']
KeyError: 'inputs_def