环境都已经建好
因为没有您说的opencv版本号
所以用pip install opencv-python==3.4.17.63下载
但在run main.py时出现以下的错误
TypeError: data must be either a numpy array or pandas DataFrame if pandas is installed; got dict
错误是发生在main.py的
for i,p in enumerate(predictions):
estimator.py的
features, input_hooks = self._get_features_from_input_fn(input_fn, ModeKeys.PREDICT)