Skip to content
/ TIN Public
forked from jannctu/TIN

TRADITIONAL METHOD INSPIRED DEEP NEURAL NETWORK FOR EDGE DETECTION

Notifications You must be signed in to change notification settings

5l1v3r1/TIN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Traditional Inspired Network

This repository contains the implementation details of our paper:

"TRADITIONAL METHOD INSPIRED DEEP NEURAL NETWORK FOR EDGE DETECTION"
by Jan Kristanto Wibisono , Hsueh-Ming Hang

image image

Dependencies

  • Python 3.7
  • Pytorch 1.4

Network Structure

Our systems contain three basic modules: Feature Extractor, Enrichment, and Summarizer, which roughly correspond to gradient, low pass filter, and pixel connection in the traditional edge detection schemes.

image

Evaluation

image Comparison of complexity and accuracy performance among various edge detection schemes. Our proposed methods (Green). BDCN family (Red). Other methods (Blue). ODS (Transparent label). Number of Parameter (Orange label)

Todo:

Testing

    python inference.py

Citing

@inproceedings{tin2020,
  title={Traditional Method Inspired Deep Neural Network for Edge Detection},
  author={Jan Kristanto Wibisono and Hsueh-Ming Hang},
  booktitle={IEEE International Conference on Image Processing (ICIP)},
  pages={soon--soon},
  year={2020}
}

About

TRADITIONAL METHOD INSPIRED DEEP NEURAL NETWORK FOR EDGE DETECTION

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%