PaddlePaddle / PaddleSeg

Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in Semantic Segmentation, Interactive Segmentation, Panoptic Segmentation, Image Matting, 3D Segmentation, etc.
https://arxiv.org/abs/2101.06175
Apache License 2.0
8.69k stars 1.68k forks source link

模型训练报错:AttributeError: 'NoneType' object has no attribute 'astype' #1840

Closed huangjianyi45903 closed 2 years ago

huangjianyi45903 commented 2 years ago

image

image

juncaipeng commented 2 years ago

这是读取图片错误。

你是否修改了bisenet_optic_disc_xxx.yaml文件中的dataset配置字段?请参考seg文档中数据准备检查这部分配置信息。