Skip to content

VenRay/U-net-pytorch-segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

U-net-pytorch-segmentation

U-net,pytorch,Image semantic segmentation

数据准备

项目文件分布如下

  --project
  	main.py
  	 --data
   		--train
   		--val


## 模型训练

python main.py train


## 测试模型训练
加载权重,默认保存最后一个权重

python main.py test

About

U-net,pytorch,Image semantic segmentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages