Fully Convolutional Networks
Project description
This is Chainer implementation of fcn.berkeleyvision.org.
Features
Installation
git clone https://github.com/wkentaro/fcn.git
cd fcn
python setup.py install
You need to download pascal VOC2012 dataset from here, and install it as below construction:
- fcn - data - pascal - VOC2012 -- JPEGImages - SegmentationClass - ...
Usage
# This downloads caffemodel and convert it to chainermodel
./scripts/caffe_to_chainermodel.py
# forwarding of the networks
./scripts/fcn_forward.py --img-files data/pascal/VOC2012/JPEGImages/2007_000129.jpg
Original Image: http://host.robots.ox.ac.uk/pascal/VOC/voc2012/
License
Copyright (C) 2016 Kentaro Wada
Released under the MIT license
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fcn-1.3.0.tar.gz
(100.9 kB
view hashes)