• Stars
    star
    248
  • Rank 162,619 (Top 4 %)
  • Language
    Python
  • License
    Other
  • Created over 2 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

pytorch搭建自己的unet网络,训练自己的数据集。

pytorch-unet

介绍

pytorch搭建自己的unet网络,训练自己的数据集。

软件架构

pythorch

安装教程

  1. 下载最新版本的pytorch就可以

使用说明

  1. 数据集原图存放地址:data/JPEGImages mask存放地址:data/SegmentationClass
  2. 直接运行train.py,其中train_image文件夹存储的是训练过程中的效果图
  3. params文件夹保存权重
  4. 测试test.py,用来测试图片,测试结果存储在result文件夹中

视频地址

B站:https://www.bilibili.com/video/BV11341127iK?spm_id_from=333.999.0.0