leriomaggio / deep-learning-keras-tensorflow

Introduction to Deep Neural Networks with Keras and Tensorflow
MIT License
2.94k stars 1.27k forks source link

Deep Learning for Edge detection #19

Open getamu opened 7 years ago

getamu commented 7 years ago

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.

hepesu commented 7 years ago

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.