GithubHelp home page GithubHelp logo

deepped's Introduction

DeepPed: Deep Convolutional Neural Networks for Pedestrian Detection

Created by Denis Tomè, Federico Monti, Luca Baroffio and Luca Bondi.

Introduction

DeepPed is a state-of-the-art pedestrian detector that extends R-CNN work done by Girshick et al. combining region proposals with rich features computed by a convolutional neural network. This method achieves 19.90% log-average-miss-rate on the Caltech Pedestrian Dataset.

DeepPed is described in an arXiv tech report and will appear in Elsevier Journal of Signal Processing.

Citing R-CNN

If you find R-CNN useful in your research, please consider citing:

@article{tome2015Deep,
    author = {Tomè, Denis and Monti, Federico and Baroffio, Luca and Bondi, Luca and Tagliasacchi, Marco and Tubaro, Stefano},
    title = {Deep convolutional neural networks for pedestrian detection},
    journal = {arXiv preprint arXiv:1510.03608},
    year = {2015}
}

}

License

DeepPed is released under the Simplified BSD License (refer to the LICENSE file for details).

Installing R-CNN

  1. Prerequisites
  2. MATLAB (tested with 2015a on 64-bit Linux)
  3. Caffe's prerequisites
  4. Install Caffe and R-CNN
  5. Download Caffe (version described in R-CNN instructions)
  6. Download R-CNN and follow the instructions
  7. Install DeepPed
  8. Change into the R-CNN source code directory: cd rcnn
  9. Get the DeepPed source code by cloning the repository: git clone https://github.com/DenisTome/DeepPed.git
  10. Get the Piotr's Image & Video Matlab Toolbox by cloning the repository: git clone https://github.com/pdollar/toolbox.git
  11. From the R-CNN folder, run the model fetch script: ./DeepPed/fetch_models.sh.
  12. Open the startup.m matlab file, adding the two commands addpath(genpath('DeepPed')); and addpath(genpath('toolbox')); at the end of the file.

Running DeepPed on an image

  1. Change to where you installed R-CNN: cd rcnn.
  2. Start MATLAB matlab.
  • Important: if you don't see the message R-CNN startup done when MATLAB starts, then you probably didn't start MATLAB in rcnn directory.
  1. Run the demo: >> deepPed_demo

deepped's People

Contributors

denistome avatar spongezhang avatar

Watchers

seyyah avatar James Cloos avatar paper2code - bot 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.