Skip to content

danielenricocahall/Keras-SegNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keras-SegNet

Keras implementation of the image segmentation architecture, SegNet (https://arxiv.org/abs/1511.00561).

alt text

Setup

pipenv install . should configure a python environment and install all necessary dependencies in the environment.

Structure

Custom layers are defined in the custom_layers package in the layers module. A function for creating an example SegNet model is in the segnet package in the create_segnet module.

Testing

Tests for both custom layers are defined in test/test_layers.py. Execute pytest test to run.

About

Implementation of SegNet in Keras

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages