/ImprovedSobel

An improved Sobel operation with ideas from Inception Net

Primary LanguagePython

ImprovedSobel

Implementation

This technique was inspired from InceptionNet which perform multiple convolution with different kernel size onto the input and concatenate them.

Kernel sizes used:

  • 3x3
  • 5x5
  • 7x7