8000 GitHub - ulbqb/Pytorch-UNet: Pytorch implementation of the U-Net for image semantic segmentation, with dense CRF post-processing
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ulbqb/Pytorch-UNet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

train

$ CUDA_VISIBLE_DEVICES=7 python train.py --gpu True

predict

$ python predict.py

change format to submit

$ python submit.py

About

Pytorch implementation of the U-Net for image semantic segmentation, with dense CRF post-processing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.7%
  • Python 1.3%
0