本文实现了用deeplabv3对图像做分割,通过本文,你可以学习到:
1、如何使用pytorch自带deeplabv3对图像对二分类的语义分割。pytorch自带的deeplabv3,除了deeplabv3_resnet50,还有deeplabv3_resnet101,deeplabv3_mobilenet_v3_large,大家可以尝试更换模型做测试。
2、如何使用wandb可视化。
3、如何使用交叉熵和dice_loss组合。
4、如何实现二分类语义分割的预测。
原文链接:https://blog.csdn.net/hhhhhhhhhhwwwwwwwwww/article/details/124039170