Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.38 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.38 KB

Semantic-segmentation

This repository contains our 2nd Course Project on Computer Vision. In this project we have tried to implement both classical and modern approaches to semantic segmentation.For the classical approach we have used Support Vector Machine (SVM) and Random Forest.In modern approach we have used U-net and YOLO Model. We have used different type of datasets for different model.

YouTube Video Link:

Click Here

Power point presentation Link

Click Here

Project Details

  • Random Forest was used on Aerial drone images.
  • U-net was used on Nuclei dataset.
  • YOLO Model was used for the COCO dataset.

Results

  • SVM on Aerial Drone Dataset.
  • Alt text
  • Random Forest on Aerial Drone Dataset
  • Alt text
  • U-net on Nuclei Dataset
  • Alt text
  • YOLO Model detection
  • Alt text

References Used

Digital Sreeni