Code Monkey home page Code Monkey logo

imagesegmentation's Introduction

Lab | Image Segmentation

Introduction

Image Segmentation is an image analysis task in which we classify each pixel in the image into a class. This is similar to what us humans do all the time by default.

This lab will help you to understand how Convolutional Neural Networks works internally.

In deep learning, a convolutional neural network (CNN, or ConvNet) is a class of deep neural networks, most commonly applied to analyzing visual imagery. They are also known as shift invariant or space invariant artificial neural networks (SIANN), based on their shared-weights architecture and translation invariance characteristics. They have applications in image and video recognition, recommender systems, image classification, medical image analysis, and natural language processing.

But let's focus on Image Segmentation (IS). IS allows us to recognize different objects, textures, people, animals... And separate them from the image's background. Thus we can apply diferrent filters to the backgroud o foreground to stick out or depress that object in order to reduce the image's noise.

Getting Started

Open the main.ipynb. There are a bunch of questions to be solved. Read each instruction carefully and provide your answer beneath it.

Deliverables

  • main.ipynb with your responses
  • a background blurred image

Submission

Upon completion, add your deliverables to git. Then commit git and push your branch to the remote.

Resources

https://leonardoaraujosantos.gitbooks.io/artificial-inteligence/content/image_segmentation.html

https://towardsdatascience.com/image-segmentation-using-pythons-scikit-image-module-533a61ecc980

https://www.analyticsvidhya.com/blog/2019/04/introduction-image-segmentation-techniques-python/

https://www.analyticsvidhya.com/blog/2017/06/architecture-of-convolutional-neural-networks-simplified-demystified/?utm_source=blog&utm_medium=image-segmentation-article

https://www.learnopencv.com/pytorch-for-beginners-semantic-segmentation-using-torchvision/

https://www.kaggle.com/sanikamal/image-segmentation-using-color-spaces

imagesegmentation's People

Contributors

blancalluch avatar clapiniella avatar ferrero-felipe avatar ovion 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.