Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 466 Bytes

File metadata and controls

5 lines (4 loc) · 466 Bytes

Multiclass Semantic Segmentation using Tensorflow 2 GPU on the Cambridge-driving Labeled Video Database (CamVid)

This repository contains implementations of multiple deep learning models (U-Net, FCN32 and SegNet) for multiclass semantic segmentation of the CamVid dataset

  • Implemented tensorflow 2.0 Aplha GPU package
  • Contains generalized computer vision project directory creation and image processing pipeline for image classification/detection/segmentation