yun-liu / DDS

Semantic Edge Detection with Diverse Deep Supervision

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains the code for our IJCV paper: "Semantic Edge Detection with Diverse Deep Supervision". The code is based on the Caffe framework which is outdated now (the reviewing process lasts very very long). Hence, we only release the code for the future reference. If you want to do something about the task of semantic edge detection, the code for the DFF paper ("Dynamic Feature Fusion for Semantic Edge Detection", IJCAI 2019) is a good choice to start with, which is based on the popular PyTorch framework. If you really want to run our Caffe code, please prepare data like the SEAL repository ("Simultaneous Edge Alignment and Learning", ECCV 2018), although I guess that no one would like to do so...

Citations

@article{liu2022semantic,
  title={Semantic edge detection with diverse deep supervision},
  author={Liu, Yun and Cheng, Ming-Ming and Fan, Deng-Ping and Zhang, Le and Bian, JiaWang and Tao, Dacheng},
  journal={International Journal of Computer Vision},
  volume={130},
  pages={179--198},
  year={2022},
  publisher={Springer}
}

About

Semantic Edge Detection with Diverse Deep Supervision

License:Other


Languages

Language:C++ 80.1%Language:Python 9.0%Language:Cuda 6.2%Language:CMake 2.7%Language:MATLAB 0.9%Language:Makefile 0.7%Language:Shell 0.4%