Skip to content

kazucmpt/SegNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SegNet and U-Net by Chainer5.0.0

Detail:Qiita written in Japanese

How to run it?

  1. Clone it.

  2. You have to download CamVid dataset from https://github.com/alexgkendall/SegNet-Tutorial. Make "dataset" directory and put them into the directory.

  3. You can change implementation details in config.py.

  4. Run by

     python3 train.py
    

    and "saved_models" directory will be made.

  5. Test by

     python3 test.py
    

    and "predicted_imgs" directory will be made. You can see predicted semantic segmantation images in the directory.

If you want to use U-Net, you have to change

network.SegNet()

to

network.UNet()

in train.py and test.py.

Result

a

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages