Git Product home page Git Product logo

id-card-localization's Introduction

Object Localization Using Grad-CAM

Introduction

What makes the network think the image should belong to a specific class? Grad-cam is a method for producing heatmaps that is applied to an already-trained neural network after training is complete and the parameters are fixed. In this project, Grad-CAM is used to weakly localize ID cards and looking for the ROI in input images.

Steps

In order to use class activation map, first, a pre-trained CNN is used to classify images that have ID cards. after that, the class activation map is computed for the last convolutional layer of the CNN. it should result in something like this:

The next step is to interpolate the class activation map image to become the same size as the original image.

Then the class activation map is converted to a binary image to find contour.

Finally, a bounding box is drawn around the found contour. if there are multiple id cards in the input image, all of them will be localized.

More Visual Examples obtained by Xception trained on imagenet dataset:

Image GradCAM Binarized GradCam Interpolated GradCam Localized Object

This is the first phase of my final project of Deep Learning course taught by Dr.Mohammadi at IUST.

Ref

Grad-CAM class activation visualization

id-card-localization's People

Contributors

mrezaabqr avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  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.