Skip to content
/ piwise Public
forked from bodokaiser/piwise

Pixel-wise segmentation on VOC2012 dataset using pytorch.

License

Notifications You must be signed in to change notification settings

94mia/piwise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PiWiSe

Pixel-wise segmentation on the VOC2012 dataset using pytorch.

Setup

See dataset examples here.

Download

Download image archive and extract and do:

mkdir data
mv VOCdevkit/VOC2012/JPEGImages data/images
mv VOCdevkit/VOC2012/SegmentationClass data/classes
rm -rf VOCdevkit

Install

We recommend using pyenv:

pyenv virtualenv 3.6.0 piwise
pyenv activate piwise

then install requirements with pip install -r requirements.txt.

Usage

If you want to have visualization open an extra tab with:

python -m visdom.server -port 5000

Then start training:

python main.py --model basic --visualize --port 5000

or if you have a large CUDA card:

python main.py --model unet --cuda --visualize --port 5000

About

Pixel-wise segmentation on VOC2012 dataset using pytorch.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%