deep-learning-keras-tensorflow icon indicating copy to clipboard operation
deep-learning-keras-tensorflow copied to clipboard

Deep Learning for Edge detection

Open getamu opened this issue 8 years ago • 1 comments

Hello! I have a dataset of images in which the edges are manually labeled with different colors. I am planning to use deep learning on these training images. Then, I am thinking to test the model so that in the new input images, the model will predict those edges automatically.

getamu avatar Jun 23 '17 12:06 getamu

Nice idea, you can try combining HED like networks and some semantic segmentation networks (FCN?) to do the work which can outputs edge with semantic tags.

hepesu avatar Jul 06 '17 05:07 hepesu