在tf2.x环境下在用Mask-RCNN训练的别的数据集时发生了下面的报错:
ValueError: Input image dtype is bool. Interpolation is not defined with bool data type. Please set order to 0 or explicitly cast input image to another data type.
解决方案:
pip install -U scikit-image==0.16.2
然后我的代码可以正常训练了,但是会出现以下警告
先做个记录,不确定对训练结果是否有影响,如果还有坑后续会再更新