when i run python main.py, the error accurs as below:
*File "/media/cendelian/新加卷/CV/Project/人像分割/portrait_segmentation/data/DataSet.py", line 42, in getitem
label_bool = 255 ((label > 200).astype(np.uint8))
TypeError: '>' not supported between instances of 'NoneType' and 'int'**
when i run python main.py, the error accurs as below:
*File "/media/cendelian/新加卷/CV/Project/人像分割/portrait_segmentation/data/DataSet.py", line 42, in getitem label_bool = 255 ((label > 200).astype(np.uint8)) TypeError: '>' not supported between instances of 'NoneType' and 'int'**
could you help me