This is the code for arXiv paper Object Contour Detection with a Fully Convolutional Encoder-Decoder Network by Jimei Yang, Brian Price, Scott Cohen, Honglak Lee and Ming-Hsuan Yang, 2016.
caffe-cedn
)Please follow the instructions below to run the code.
Caffe
, matcaffe
and pycaffe
in the caffe-cedn
package../data/PASCAL/get_pascal_training_data.sh
./models/get_vgg16_net.sh
./code/train.sh
./code/test.sh
./models/PASCAL/get_pretrained_pascal_net.sh
If you find this useful, please cite our work as follows:
@inproceedings{yang2016object,
title={Object Contour Detection with a Fully Convolutional Encoder-Decoder Network},
author={Yang, Jimei and Price, Brian and Cohen, Scott and Lee, Honglak and Yang, Ming-Hsuan},
journal={arXiv preprint arXiv:1603.04530},
year={2016}
}
Please contact "jimyang@adobe.com" if any questions.