README
simply implement image segmentation for my own project(extracting sheep from iamge) , mainly reference deeplab series and fcn(fully conv network)
experiment environment
ubuntu 17.04 + keras + cuda9 + cudnn7
how to use
- clone this responsity to local
- cd simple_image_segment
- pip install -r requirement.txt (this will autoly install tensorflow gpu version)
- modify config.py based on your own need
- python train.py
- python predict.py