Code Monkey home page Code Monkey logo

bag-of-words-for-scene-classification's Introduction

Bag-of-Words-for-Scene-Classification

Implementation of scene classification system using Harris detector and Bag of words method.

Introduction

This project implements a scene classification system using traditional detector and descriptor approach, which is bag of visual words instead of Neural Networks. The classification system has been tested on SUN Image database consisting of 8 secene categories including campus, bedroom, etc. The current accuracy is 42.75% with Harris detector, chi-square distance methods.

  • Notice, the SOTA Deep Network Model can easily achieve 90% accuracy, nevertheless,this is still a practice tounderstanding the fundamental computer vision algorithm.*

Pipeline

Build a dictionary with visual words

Keypoint detection using Harris detector, detect the corner mostly.

Example alt-text-1

Extracte the responses from a series filter banks.

Example

Build a word map

Construct a wordmap, in which each pixel maps to the closest word in visual dictionary(calsulate by pdist2).

Example

alt-text-1

Scene Classification and Evaluation

Run EvaluateRecognitionSystem.m

bag-of-words-for-scene-classification's People

Contributors

fei123ilike avatar

Watchers

 avatar

Forkers

tang16

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.