Giter Club home page Giter Club logo

dogs-cats-cnn's Introduction

Dog and cat classification

Introduction

An image classification and detection project on dog and cat images. From the given single-object image, we need to classify the image into 2 classes:

  • Dog class
  • Cat class

Furthermore, we also try to detect the position of that object on the image (localization).

Dataset

We use the dataset from Kaggle: Dogs vs cats

Classification

Model

In this project we try four models of VGG-style, including:

  • VGG 1-block
  • VGG 2-block
  • VGG 3-block Each block of the molde contains a pair of Convolute2D and Pooling, then followed by an Fully-connected layer.

Moreover, we also leverage the VGG-16 model to do transfer learning. We use the pretrained VGG-16 model without the top layer and train the new output layer (fixed weights for other layers).

VGG-16 model architecture

Gallery

Classification result

Image detection

Algorithm - Sliding window

To do the detection task, we use the very idea which is the sliding window. The algorithm try different of windows and slide on the image to find the most-condfident zone.

Gallery

Detection result

Contributors

This project was developed by our team, including:

License

MIT

dogs-cats-cnn's People

Contributors

phuc16102001 avatar

Stargazers

 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.