Home

Awesome

objectContourDetector

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.

Contents

Please follow the instructions below to run the code.

Compilation

Training on PASCAL

./data/PASCAL/get_pascal_training_data.sh
./models/get_vgg16_net.sh
./code/train.sh
./code/test.sh

Testing the pre-trained model

./models/PASCAL/get_pretrained_pascal_net.sh

Citation

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.