UNet网络模型学习总结

github:Machine_Learning/网络模型/UNet at main · golitter/Machine_Learning (github.com)

UNet网络模型学习总结_第1张图片

因为VOC数据集太大,上传github很慢,所以就没有上传VOC数据,只有参考的目录位置。

数据集自行下载:https://host.robots.ox.ac.uk/pascal/VOC/voc2007/

该模型是在B站学习敲出来的,B站出处:UNet测试及代码实现_哔哩哔哩_bilibili

UP主github仓库:qiaofengsheng/pytorch-UNet: pytorch搭建自己的unet网络,训练自己的数据集。 (github.com)

个人总结:

UNet简单介绍_golitter.的博客-CSDN博客

UNet网络模型:数据集制作_golitter.的博客-CSDN博客

UNet网络制作_golitter.的博客-CSDN博客

UNet网络训练_golitter.的博客-CSDN博客

UNet网络测试_golitter.的博客-CSDN博客

你可能感兴趣的:(Python,ML,学习)