Skip to content

Neural Net for Image Segmentation on Change Detection Dataset. (U-Net structure)

Notifications You must be signed in to change notification settings

timonpalm/ImageSeg-UNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageSeg-UNet

This notebook implements an image segmentation on the highway scene from the Change Detection dataset: http:https://jacarini.dinf.usherbrooke.ca/dataset2014#

input image gt image

Procedure

  • load dataset
  • resize images to 40x53 (~1/3) to make it more tractable
  • increase number of examples by augment images
    • change brightness by a random factor
    • change contrast by a random factor
  • train model

Architecture

The model is inspired by the U-Net architecture https://arxiv.org/abs/1505.04597 with further residual connections.

Training

training

Results

metric metric metric metric

About

Neural Net for Image Segmentation on Change Detection Dataset. (U-Net structure)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages