AttributeError: 'NoneType' object has no attribute 'astype'
收藏
进行paddleseg训练模型。报错AttributeError: 'NoneType' object has no attribute 'astype';
运行!python PaddleSeg/train.py --config PaddleSeg/configs/fcn/fcn_hrnetw48_cityscapes_1024x512_80k.yml --do_eval --seed 0 --save_dir output/
其中,dataset.py与transform.py文件都是默认,未修改
0
收藏
请登录后评论
解决了嘛,我也遇到这个问题了
解决了,有一些图片的标签0-255要改成0-1或者自己需要的分类数
请问能详细说一下吗