jannctu / UGG-Net

Deep Neural Network for Edge Detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UGG Network

by Jan Kristanto (jan.nctu@gmail.com)

Introduction

UGG Network is a Deep Neural Network architecture inspired from VGG16, U-Net and SegNet. UGG Network intended for end to end edge detection from color image.

Architecture

Architecture

Installation

  • Install Python, Tensorflow, Keras and other dependency
  • Download pretrained model here

Usage

    python3 inference.py

Results

Input input Output output

About

Deep Neural Network for Edge Detection


Languages

Language:Python 100.0%