heixinbaicaishang

Results 2 comments of heixinbaicaishang

![image](https://user-images.githubusercontent.com/92560728/145976432-9d6587fb-87cf-48cc-a67c-e480bcde79d1.png) ax[i + 1].imshow(mask[:, :, i]) Should be ax[i + 1].imshow(mask[1, :, :]) Problem solving!!!

I think it was because the classes were set incorrectly, I changed it to 1 and it ran. ![image](https://user-images.githubusercontent.com/92560728/188482763-c9869b9b-2365-48b8-b80b-e9fe94534f1a.png)