Giter Club home page Giter Club logo

pets-image-segmentation's Introduction

Image Segmentation - Oxford-IIIT Pet

Problem description

The aim of the following project was to implement multiple models for the task of Semantic Image Segmentation.

The goal of the Semantic Image Segmentation problem is dividing a given input image into separate parts and assigning each of them a semantic label. Unlike Instance Segmentation, where the aim is to identify and differentiate individual instances of objects, semantic segmentation focuses on labeling each pixel in an image with a class label, such as dog, street, sky etc. This described problem is utilized in plenty of practical scenarios, like for self-driving vehicles, medical image diagnosis, geo-sensing, precision agriculture and more.

Implemented solutions

The project’s solution to the mentioned problem was creating specialized neural network models, training them on obtained data, then validating and improving the models by modifying the architecture and parameters. The main chosen model architecture was that of a so-called U-Net. To improve results, an automatic hyperparameter space search algorithm was put in use. To compare the results with another approach, more models were created utilizing the Transfer Learning tactic. All of the mentioned models were created using Tensorflow Keras library for Python. Furthermore, a completely different approach using a classic algorithm was performed and contrasted against the machine learning procedures.

Technologies

  • Python 3
  • Tensorflow
  • OpenCV

Results

segmentation results

pets-image-segmentation's People

Contributors

mhawryluk avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.